L1Info class

Constructors

L1Info({bool? amountSuccess, String? depositAmount, bool? depositAmountSuccess, int? ethereumBlockNum, double? historicDepositAmountUSD, int? toForgeL1TransactionsNum, bool? userOrigin})
L1Info.fromJson(Map<String, dynamic>? json)
factory

Properties

amountSuccess bool?
final
depositAmount String?
final
depositAmountSuccess bool?
final
ethereumBlockNum int?
final
hashCode int
The hash code for this object.
no setterinherited
historicDepositAmountUSD double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toForgeL1TransactionsNum int?
final
userOrigin bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited