WCEthereumTransaction.fromJson constructor

WCEthereumTransaction.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory WCEthereumTransaction.fromJson(Map<String, dynamic> json) =>
    _$WCEthereumTransactionFromJson(json);