toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (disabled != null) 'disabled': disabled!,
      if (hiddenInSearch != null) 'hiddenInSearch': hiddenInSearch!,
      if (required != null) 'required': required!,
      if (shownInApply != null) 'shownInApply': shownInApply!,
    };