toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (etag != null) 'etag': etag!,
if (name != null) 'name': name!,
if (notificationSettings != null)
'notificationSettings': notificationSettings!,
};