AveragedPrice.fromMap constructor

AveragedPrice.fromMap(
  1. Map m
)

Implementation

AveragedPrice.fromMap(Map m)
    : this.mins = m["mins"],
      this.price = double.parse(m["price"]);