oracleUcoPriceToJson function

String oracleUcoPriceToJson(
  1. OracleUcoPrice data
)

Implementation

String oracleUcoPriceToJson(OracleUcoPrice data) => json.encode(data.toJson());