toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deliverySettings != null) 'delivery_settings': deliverySettings!,
if (email != null) 'email': email!,
if (etag != null) 'etag': etag!,
if (id != null) 'id': id!,
if (kind != null) 'kind': kind!,
if (role != null) 'role': role!,
if (status != null) 'status': status!,
if (type != null) 'type': type!,
};