BioPrice constructor

BioPrice({
  1. String? name,
  2. double? price,
  3. double? priceStroke,
})

Implementation

BioPrice({this.name, this.price, this.priceStroke});