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