toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final etag = this.etag;
final name = this.name;
final notificationSettings = this.notificationSettings;
return {
'etag': ?etag,
'name': ?name,
'notificationSettings': ?notificationSettings,
};
}