CartStep constructor

const CartStep(
  1. String _titleLocalizationKey,
  2. String _buttonLabelLocalizationKey
)

Implementation

const CartStep(
  this._titleLocalizationKey,
  this._buttonLabelLocalizationKey,
);