EthereumWork.fromList constructor

EthereumWork.fromList(
  1. List<String>? result
)

From list

Implementation

EthereumWork.fromList(List<String>? result) {
  construct(result);
}