PropertyDescriptorsBuilder class

Builder object to build PropertyDescriptor.

Available Extensions
Annotations
  • @sealed

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add<P extends Object, F extends Object>({required String name, List<FormFieldValidatorFactory<F>>? validatorFactories, List<AsyncValidatorFactory<F>>? asyncValidatorFactories, P? initialValue, Equality<F>? fieldValueEquality, Equality<P>? propertyValueEquality, ValueConverter<P, F>? valueConverter, PropertyValueTraits? valueTraits, RestorableValueFactory<F>? restorableValueFactory}) → void
Defines a new property with property value type P and form field value type F.
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