menu
atol_online_dart package
documentation
atol_online_v1_4/model/refund_model.dart
Vat
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Vat
copyWith
(
{
String
?
type
,
})
Implementation
Vat copyWith({ String? type, }) => Vat( type: type ?? this.type, );
atol_online_dart package
documentation
atol_online_v1_4/model/refund_model
Vat
copyWith method
Vat class