SchemaDto class

Inheritance
Implementers
Annotations
  • @JsonSerializable.new()

Constructors

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

Properties

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

Methods

buildWidget() Widget
override
findByKey(String targetKey) SchemaDto?
findChildrenOfType<T extends SchemaDto>() List<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchChildrenOfType<T extends SchemaDto>(SchemaDto node, List<T> found) → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited