TextFieldSchemaDto class
- Inheritance
-
- Object
- PrePerWidget
- SchemaDto
- TextFieldSchemaDto
- Annotations
-
- @TypeAnnotation.new('text_field')
- @JsonSerializable.new()
Constructors
- TextFieldSchemaDto(String type, String key)
-
TextFieldSchemaDto.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
addToMap(
Map< String, dynamic> data) → void -
buildWidget(
) → Widget -
override
-
findByKey(
String targetKey) → SchemaDto? -
inherited
-
findChildrenOfType<
T extends SchemaDto> () → List< T> -
inherited
-
getValue(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchChildrenOfType<
T extends SchemaDto> (SchemaDto node, List< T> found) → void -
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited