toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final lowerDataRiskToLow = this.lowerDataRiskToLow;
  final profileGenerationsToTag = this.profileGenerationsToTag;
  final tagConditions = this.tagConditions;
  return {
    'lowerDataRiskToLow': ?lowerDataRiskToLow,
    'profileGenerationsToTag': ?profileGenerationsToTag,
    'tagConditions': ?tagConditions,
  };
}