toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (addOnType != null) 'addOnType': addOnType!,
      if (description != null) 'description': description!,
      if (helpUrl != null) 'helpUrl': helpUrl!,
      if (postInstallTipUrl != null) 'postInstallTipUrl': postInstallTipUrl!,
      if (reportIssueUrl != null) 'reportIssueUrl': reportIssueUrl!,
      if (title != null) 'title': title!,
    };