toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (errors != null) 'errors': errors!,
      if (etag != null) 'etag': etag!,
      if (groupId != null) 'groupId': groupId!,
      if (id != null) 'id': id!,
      if (kind != null) 'kind': kind!,
      if (resource != null) 'resource': resource!,
    };