toJson method

Map<String, dynamic> toJson()

Implementation

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