WalletsState class

Implemented types
Available extensions
Annotations
  • @freezed

Constructors

WalletsState.new({@Default({}) Map<String, Wallet> wallets, @Default(null) ({int accountId, String walletId})? selected})
const
factory
WalletsState.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $WalletsStateCopyWith<WalletsState>
Create a copy of WalletsState with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected → ({int accountId, String walletId})?
no setterinherited
selectedAccount Account?

Available on WalletsState, provided by the WalletsStateExtension extension

no setter
selectedWallet Wallet?

Available on WalletsState, provided by the WalletsStateExtension extension

no setter
wallets Map<String, Wallet>
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this WalletsState to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited