GoldSizes constructor

GoldSizes({
  1. String? diameter,
  2. String? usa,
  3. String? australia,
  4. String? europe,
  5. String? japan,
})

Implementation

GoldSizes({this.diameter, this.usa, this.australia, this.europe, this.japan});