Account class

Constructors

Account({required String? address, required String? status, required Chain? chain, required bool isConnecting, required bool isReconnecting, required bool isConnected, required bool isDisconnected, Connector? connector})

Properties

address String?
final
chain Chain?
final
connector Connector?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isConnected bool
final
isConnecting bool
final
isDisconnected bool
final
isReconnecting bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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