SessionStatus class

Information regarding the current session.

Constructors

SessionStatus({required int chainId, required List<String> accounts, int? networkId, String? rpcUrl})

Properties

accounts List<String>
final
chainId int
final
hashCode int
The hash code for this object.
no setterinherited
networkId int?
final
rpcUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? chainId, List<String>? accounts, int? networkId, String? rpcUrl}) SessionStatus
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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