EthereumRequestDynamic<T> constructor

EthereumRequestDynamic<T>({
  1. required String methodName,
  2. List params = const [],
})

Implementation

EthereumRequestDynamic({required this.methodName, this.params = const []});