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