toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (badgeColors != null) 'badgeColors': badgeColors!,
if (badgePriority != null) 'badgePriority': badgePriority!,
if (darkBadgeColors != null) 'darkBadgeColors': darkBadgeColors!,
if (disabled != null) 'disabled': disabled!,
if (hiddenInSearch != null) 'hiddenInSearch': hiddenInSearch!,
if (shownInApply != null) 'shownInApply': shownInApply!,
};