toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final cssDomainId = this.cssDomainId;
  final cssGroupId = this.cssGroupId;
  final displayName = this.displayName;
  final fullName = this.fullName;
  final homepageUri = this.homepageUri;
  final labelIds = this.labelIds;
  return {
    'cssDomainId': ?cssDomainId,
    'cssGroupId': ?cssGroupId,
    'displayName': ?displayName,
    'fullName': ?fullName,
    'homepageUri': ?homepageUri,
    'labelIds': ?labelIds,
  };
}