toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final json = _$BulkGetRequestDocToJson(this);
  json.removeWhere((key, value) => value == null);
  return json;
}