SchemaValidationError class
- Mixed-in types
- Annotations
-
- @MappableClass.new()
Constructors
- SchemaValidationError({required String type, required String message})
-
const
- SchemaValidationError.constraints(String message)
-
const
-
SchemaValidationError.enumViolated(String value, List<
String> possibleValues) -
const
- SchemaValidationError.invalidType(String value, String expectedType)
-
const
- SchemaValidationError.requiredPropMissing(String property)
-
const
- SchemaValidationError.unallowedAdditionalProperty(String property)
-
const
- SchemaValidationError.unknown()
-
const
Properties
-
copyWith
→ SchemaValidationErrorCopyWith<
SchemaValidationError, SchemaValidationError, SchemaValidationError> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited