PPShippingMethods constructor
- @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)
- required String id,
- required String label,
- required bool selected,
- PPAmount? amount,
- PPShippingMethodType? type,
Implementation
@JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)
const factory PPShippingMethods({
required String id,
required String label,
required bool selected,
PPAmount? amount,
PPShippingMethodType? type,
}) = _PPShippingMethods;