toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (dataRiskLevel != null) 'dataRiskLevel': dataRiskLevel!,
  if (fileStoreDataProfileCount != null)
    'fileStoreDataProfileCount': fileStoreDataProfileCount!,
  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!,
  if (tableDataProfileCount != null)
    'tableDataProfileCount': tableDataProfileCount!,
};