menu
flutter_icon_network package
documentation
models/balance.dart
Balance
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Balance
copyWith
(
{
String
?
balance
,
})
Implementation
Balance copyWith({ String? balance, }) => Balance( balance: balance ?? this.balance, );
flutter_icon_network package
documentation
models/balance
Balance
copyWith method
Balance class