toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (descriptions != null) 'descriptions': descriptions!,
  if (iconDataURL != null) 'iconDataURL': iconDataURL!,
  if (id != null) 'id': id!,
  if (title != null) 'title': title!,
};