toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (allowCustomValues != null) 'allowCustomValues': allowCustomValues!,
  if (multipleSelectOptions != null)
    'multipleSelectOptions': multipleSelectOptions!,
  if (valueSeparator != null) 'valueSeparator': valueSeparator!,
};