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