ScaffoldSchemaDto class

Inheritance
Annotations
  • @TypeAnnotation.new('scaffold')
  • @JsonSerializable.new()

Constructors

ScaffoldSchemaDto(String type, String? key, SchemaDto body, String? bgColor)
ScaffoldSchemaDto.fromJson(Map<String, dynamic> json)
factory

Properties

bgColor String?
getter/setter pair
body SchemaDto
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
getter/setter pairinherited

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