toJson method

Map<String, dynamic> toJson()

Implementation

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