QueryOracleProviderPricesRequest.fromJson constructor
Implementation
factory QueryOracleProviderPricesRequest.fromJson(Map<String, dynamic> json) {
return QueryOracleProviderPricesRequest(
provider: json.valueAsString<String?>('provider', acceptCamelCase: true),
);
}