EthereumTransactionReceipt.fromMap constructor

EthereumTransactionReceipt.fromMap(
  1. Map<String, dynamic>? result
)

From map

Implementation

EthereumTransactionReceipt.fromMap(Map<String, dynamic>? result) {
  construct(result);
}