toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (database != null) 'database': database!,
      if (instanceId != null) 'instanceId': instanceId!,
      if (type != null) 'type': type!,
    };