fromValue static method
Implementation
static TronContractResult fromValue(String value) {
return values.firstWhere((e) => e.value == value,
orElse: () =>
throw TronPluginException("Invalid TronContractResult name"));
}
static TronContractResult fromValue(String value) {
return values.firstWhere((e) => e.value == value,
orElse: () =>
throw TronPluginException("Invalid TronContractResult name"));
}