OracleUcoPrice constructor

OracleUcoPrice({
  1. Uco? uco,
  2. int? timestamp,
})

Implementation

OracleUcoPrice({
  this.uco,
  this.timestamp,
});