toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (actions != null) 'actions': actions!,
      if (description != null) 'description': description!,
      if (impact != null) 'impact': impact!,
      if (title != null) 'title': title!,
    };