toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (buttons != null) 'buttons': buttons!,
  if (columnProperties != null) 'columnProperties': columnProperties!,
  if (image != null) 'image': image!,
  if (rows != null) 'rows': rows!,
  if (subtitle != null) 'subtitle': subtitle!,
  if (title != null) 'title': title!,
};