toJson method
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!,
};