Info constructor

Info({
  1. String? timestamp,
  2. double? rate,
})

Implementation

Info({this.timestamp, this.rate});