factory ConstraintSummary.fromJson(Map<String, dynamic> json) { return ConstraintSummary( description: json['Description'] as String?, type: json['Type'] as String?, ); }