TransferId class final
A Transfer ID.
- Implemented types
Constructors
- TransferId({required String id})
-
const
- TransferId.fromJson(Object? json)
-
factory
Properties
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (TransferId instance, Encoder< V> encoder) → V -
override