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