PriceData.createEmpty constructor

PriceData.createEmpty()

Implementation

factory PriceData.createEmpty(){
  return PriceData([], 0, 0, "hourly", ImageData());
}