toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (appGroupId != null) 'appGroupId': appGroupId!,
      if (attributes != null) 'attributes': attributes!,
      if (channelId != null) 'channelId': channelId!,
      if (channelUri != null) 'channelUri': channelUri!,
      if (createdAt != null) 'createdAt': createdAt!,
      if (displayName != null) 'displayName': displayName!,
      if (lastModifiedAt != null) 'lastModifiedAt': lastModifiedAt!,
      if (name != null) 'name': name!,
      if (organization != null) 'organization': organization!,
      if (status != null) 'status': status!,
    };