Seat constructor

Seat({
  1. String? pitch,
  2. String? legroom,
  3. String? type,
})

Implementation

Seat({this.pitch, this.legroom, this.type});