toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final database = this.database;
final instanceId = this.instanceId;
final type = this.type;
return {'database': ?database, 'instanceId': ?instanceId, 'type': ?type};
}