toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (firstRowOption != null) 'firstRowOption': firstRowOption!,
if (secondRowOption != null) 'secondRowOption': secondRowOption!,
if (thirdRowOption != null) 'thirdRowOption': thirdRowOption!,
};