ButtonSchemaDto class
- Inheritance
-
- Object
- PrePerWidget
- SchemaDto
- ButtonSchemaDto
- Annotations
-
- @TypeAnnotation.new('button')
- @JsonSerializable.new()
Constructors
- ButtonSchemaDto(String type, String key)
-
ButtonSchemaDto.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
buildWidget(
) → Widget -
override
-
findByKey(
String targetKey) → SchemaDto? -
inherited
-
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 -
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited