toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (goToAction != null) 'goToAction': goToAction!,
if (goToSectionId != null) 'goToSectionId': goToSectionId!,
if (image != null) 'image': image!,
if (isOther != null) 'isOther': isOther!,
if (value != null) 'value': value!,
};