EthereumFilter.fromMap constructor

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

From map

Implementation

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