GoldSchema constructor
GoldSchema({
- required int quantity,
Returns a new GoldSchema instance.
Implementation
GoldSchema({
required this.quantity,
});
Returns a new GoldSchema instance.
GoldSchema({
required this.quantity,
});