ErrorCase class abstract

Implementers

Constructors

ErrorCase(Map<String, num?> minimumValue, Map<String, num?> maximumValue)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
maximumValue Map<String, num?>
final
minimumValue Map<String, num?>
final
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
validateKeyValue(String key, dynamic keyValue) → void
validateNestedKeyValue(String key, Map<String, dynamic> json) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited