copyWith method
Implementation
FreeProductTotal copyWith({ String? subTotal,
}) => FreeProductTotal( subTotal: subTotal ?? this.subTotal,
);
FreeProductTotal copyWith({ String? subTotal,
}) => FreeProductTotal( subTotal: subTotal ?? this.subTotal,
);