EthereumLog.fromMap constructor

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

From map

Implementation

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