IconSchemaDto class

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

Constructors

IconSchemaDto(String type, String? key, int iconPoint, String? color, double? size)
IconSchemaDto.fromJson(Map<String, dynamic> json)
factory

Properties

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

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