AccountRefDoc class
Constructors
- AccountRefDoc(AccountRef model)
- AccountRefDoc.fromIds(String ledgerId, Object accountId)
-
factory
- AccountRefDoc.fromString(String accountId)
-
factory
Properties
- accountId → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- ledgerId → String
-
no setter
- model → AccountRef
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
intoInner(
) → AccountRef -
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.
override