Map<String, dynamic> toJson() { final id = this.id; final stringValue = this.stringValue; return { 'id': id, 'stringValue': stringValue, }; }