OraclePrice constructor

const OraclePrice({
  1. BigInt? amount,
  2. int? decimals,
})

Implementation

const OraclePrice({this.amount, this.decimals});