PaymentsEntity class
- Implementers
Constructors
- PaymentsEntity.new({String? from, String? to, String? network, String? transaction_id, String? status, DateTime? timestamp, ValueEntity? value, BlockEntity? block})
Properties
- block → BlockEntity?
-
final
- from → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- network → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
- timestamp → DateTime?
-
final
- to → String?
-
final
- transaction_id → String?
-
final
- value → ValueEntity?
-
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