toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (assetType != null) 'assetType': assetType!,
      if (attachedResource != null) 'attachedResource': attachedResource!,
      if (folders != null) 'folders': folders!,
      if (organization != null) 'organization': organization!,
      if (policy != null) 'policy': policy!,
      if (project != null) 'project': project!,
    };