LowTextContrastIssueDetails class
Constructors
- LowTextContrastIssueDetails({required BackendNodeId violatingNodeId, required String violatingNodeSelector, required num contrastRatio, required num thresholdAA, required num thresholdAAA, required String fontSize, required String fontWeight})
-
LowTextContrastIssueDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- contrastRatio → num
-
final
- fontSize → String
-
final
- fontWeight → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thresholdAA → num
-
final
- thresholdAAA → num
-
final
- violatingNodeId → BackendNodeId
-
final
- violatingNodeSelector → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited