toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (gate != null) 'gate': gate!,
  if (kind != null) 'kind': kind!,
  if (row != null) 'row': row!,
  if (seat != null) 'seat': seat!,
  if (section != null) 'section': section!,
};