OraclePrice constructor

const OraclePrice({
  1. String? symbol,
  2. String? price,
  3. String? type,
})

Implementation

const OraclePrice({this.symbol, this.price, this.type});