toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final show = this.show;
  return {
    if (show != null) 'Show': show,
  };
}