EnumSchema class
- Inheritance
-
- Object
- SchemaValue<
String> - StringSchema
- EnumSchema
- Available extensions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- optional → bool
-
finalinherited
- required → bool
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
validators
→ List<
Validator< String> > -
finalinherited
-
values
→ List<
String> -
final
Methods
-
copyWith(
{List< String> ? values, bool? optional, List<Validator< ? validators}) → EnumSchemaString> > -
override
-
isEmail(
) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
isEmpty(
) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
isHexColor(
) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
isOptional(
) → SchemaValue< String> -
inherited
-
isPosixPath(
) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
isRequired(
) → SchemaValue< String> -
inherited
-
maxLength(
int max) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
minLength(
int min) → SchemaValue< String> -
Available on SchemaValue<
String> , provided by the StringSchemaExt extension -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryParse(
Object? value) → String? -
inherited
-
validate(
List< String> path, Object? value) → SchemaValidationResult -
override
-
validateOrThrow(
Object value) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited