toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final column = this.column;
  final columnInfoType = this.columnInfoType;
  final columnType = this.columnType;
  final dataRiskLevel = this.dataRiskLevel;
  final datasetId = this.datasetId;
  final datasetLocation = this.datasetLocation;
  final datasetProjectId = this.datasetProjectId;
  final estimatedNullPercentage = this.estimatedNullPercentage;
  final estimatedUniquenessScore = this.estimatedUniquenessScore;
  final freeTextScore = this.freeTextScore;
  final name = this.name;
  final otherMatches = this.otherMatches;
  final policyState = this.policyState;
  final profileLastGenerated = this.profileLastGenerated;
  final profileStatus = this.profileStatus;
  final sensitivityScore = this.sensitivityScore;
  final state = this.state;
  final tableDataProfile = this.tableDataProfile;
  final tableFullResource = this.tableFullResource;
  final tableId = this.tableId;
  return {
    'column': ?column,
    'columnInfoType': ?columnInfoType,
    'columnType': ?columnType,
    'dataRiskLevel': ?dataRiskLevel,
    'datasetId': ?datasetId,
    'datasetLocation': ?datasetLocation,
    'datasetProjectId': ?datasetProjectId,
    'estimatedNullPercentage': ?estimatedNullPercentage,
    'estimatedUniquenessScore': ?estimatedUniquenessScore,
    'freeTextScore': ?freeTextScore,
    'name': ?name,
    'otherMatches': ?otherMatches,
    'policyState': ?policyState,
    'profileLastGenerated': ?profileLastGenerated,
    'profileStatus': ?profileStatus,
    'sensitivityScore': ?sensitivityScore,
    'state': ?state,
    'tableDataProfile': ?tableDataProfile,
    'tableFullResource': ?tableFullResource,
    'tableId': ?tableId,
  };
}