Status class
Constructors
-
Status.new({required Map<
String, dynamic> databaseLastConfirmed, required Map<String, dynamic> databaseLastUnconfirmed, required String databaseMessage, required Map<String, dynamic> nodePoolMessage, required int expectedEpoch}) -
Status.fromJson(Map<
String, dynamic> json) -
factory
- Status.fromRawJson(String str)
-
factory
Properties
-
databaseLastConfirmed
→ Map<
String, dynamic> -
final
-
databaseLastUnconfirmed
→ Map<
String, dynamic> -
final
- databaseMessage → String
-
final
- expectedEpoch → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
nodePoolMessage
→ Map<
String, dynamic> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
jsonMap(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printDebug(
) → void -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited