$AccountExtension extension
- on
Methods
-
copyWith(
{String? id, String? name, AccountType? type, bool? onBudget, bool? closed, String? note, num? balance, num? clearedBalance, num? unclearedBalance, String? transferPayeeId, bool? directImportLinked, bool? directImportInError, bool? deleted}) → Account -
Available on Account, provided by the $AccountExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped<String> ? name, Wrapped<AccountType> ? type, Wrapped<bool> ? onBudget, Wrapped<bool> ? closed, Wrapped<String?> ? note, Wrapped<num> ? balance, Wrapped<num> ? clearedBalance, Wrapped<num> ? unclearedBalance, Wrapped<String> ? transferPayeeId, Wrapped<bool?> ? directImportLinked, Wrapped<bool?> ? directImportInError, Wrapped<bool> ? deleted}) → Account -
Available on Account, provided by the $AccountExtension extension