Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'testValue'] = this.testValue; return json; }