toJson method

Map<String, dynamic> toJson()

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};
}