factory TrackSourceSettings.fromJson(Map<String, dynamic> json) { return TrackSourceSettings( trackNumber: json['trackNumber'] as int?, ); }