Baggages constructor

Baggages({
  1. int? quantity,
  2. String? type,
})

Implementation

Baggages({this.quantity, this.type});