BlockValueFlowResponse class
Constructors
-
BlockValueFlowResponse.new({required BlockCurrencyCollectionResponse fromPrevBlk, required BlockCurrencyCollectionResponse toNextBlk, required BlockCurrencyCollectionResponse imported, required BlockCurrencyCollectionResponse exported, required BlockCurrencyCollectionResponse feesCollected, BlockCurrencyCollectionResponse? burned, required BlockCurrencyCollectionResponse feesImported, required BlockCurrencyCollectionResponse recovered, required BlockCurrencyCollectionResponse created, required BlockCurrencyCollectionResponse minted})
-
const
-
BlockValueFlowResponse.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Converts the object to a JSON-compatible
Map<String, dynamic>
.
override
-
toString()
→ String
-
Returns a string representation of the object,
including its runtime type and JSON serialization.
inherited