ConformancePackComplianceSummary class
Summary includes the name and status of the conformance pack.
Constructors
- ConformancePackComplianceSummary({required ConformancePackComplianceType conformancePackComplianceStatus, required String conformancePackName})
-
ConformancePackComplianceSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- conformancePackComplianceStatus → ConformancePackComplianceType
-
The status of the conformance pack. The allowed values are COMPLIANT and
NON_COMPLIANT.
final
- conformancePackName → String
-
The name of the conformance pack name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited