Map<String, Object?> toJson() { var themeKey = this.themeKey; final json = <String, Object?>{}; json[r'themeKey'] = themeKey; return json; }