toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cssDomainId != null) 'cssDomainId': cssDomainId!,
if (cssGroupId != null) 'cssGroupId': cssGroupId!,
if (displayName != null) 'displayName': displayName!,
if (fullName != null) 'fullName': fullName!,
if (homepageUri != null) 'homepageUri': homepageUri!,
if (labelIds != null) 'labelIds': labelIds!,
};