Map<String, dynamic> toJson() { final json = <String, dynamic>{}; if (self != null) { json[r'self'] = self; } return json; }