LableSchemaDto class

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

Constructors

LableSchemaDto(String type, String? key, String value, String? textAlign, {LableMode mode = LableMode.h2})
LableSchemaDto.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String?
getter/setter pairinherited
mode LableMode
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style LableStyleDto?
getter/setter pair
textAlign String?
getter/setter pair
textStyle TextStyle?
no setter
type String
getter/setter pairinherited
value String
getter/setter pair

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