toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (dataRiskLevel != null) 'dataRiskLevel': dataRiskLevel!,
      if (name != null) 'name': name!,
      if (profileLastGenerated != null)
        'profileLastGenerated': profileLastGenerated!,
      if (profileStatus != null) 'profileStatus': profileStatus!,
      if (projectId != null) 'projectId': projectId!,
      if (sensitivityScore != null) 'sensitivityScore': sensitivityScore!,
    };