AccountIdentity class
- Inheritance
-
- Object
- AccountBase
- AccountIdentity
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
AccountIdentity({List<
Owner> ? owners}) -
AccountIdentity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String?
-
finalinherited
- balances → AccountBalance?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- mask → String?
-
finalinherited
- name → String?
-
finalinherited
- officialName → String?
-
finalinherited
-
owners
→ List<
Owner> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtype → AccountSubtype?
-
finalinherited
- type → AccountType?
-
finalinherited
- verificationStatus → AccountBaseVerificationStatus?
-
finalinherited
Methods
-
copyWith(
{String? accountId, AccountBalance? balances, String? mask, String? name, String? officialName, AccountType? type, AccountSubtype? subtype, AccountBaseVerificationStatus? verificationStatus}) → AccountBase -
Available on AccountBase, provided by the $AccountBaseExtension extension
-
copyWith(
{List< Owner> ? owners}) → AccountIdentity -
Available on AccountIdentity, provided by the $AccountIdentityExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const AccountIdentity Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(AccountIdentity instance)