TokenAccount class final

connect_js_account_token_specs

Information for the account this token represents.

Constructors

TokenAccount({AccountCreateOptionsBusinessType? businessType, TokenCompany? company, AccountIndividual? individual, bool? tosShownAndAccepted})
connect_js_account_token_specs
const
TokenAccount.fromJson(Object? json)
factory

Properties

businessType AccountCreateOptionsBusinessType?
final
company TokenCompany?
connect_js_account_token_company_specs
final
hashCode int
The hash code for this object.
no setterinherited
individual AccountIndividual?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tosShownAndAccepted bool?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

encode<V>(TokenAccount instance, Encoder<V> encoder) → V