LedgerSummary class
Information about a ledger, including its name, state, and when it was created.
Constructors
- LedgerSummary({DateTime? creationDateTime, String? name, LedgerState? state})
-
LedgerSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDateTime → DateTime?
-
The date and time, in epoch time format, when the ledger was created. (Epoch
time format is the number of seconds elapsed since 12:00:00 AM January 1,
1970 UTC.)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the ledger.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → LedgerState?
-
The current status of the ledger.
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