toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final _resultData = <String, dynamic>{};
  final l$publicCoreDeviceBySerial = publicCoreDeviceBySerial;
  _resultData['publicCoreDeviceBySerial'] = l$publicCoreDeviceBySerial
      ?.toJson();
  final l$$__typename = $__typename;
  _resultData['__typename'] = l$$__typename;
  return _resultData;
}