FLDyUnitModel class

The unit model classes are responsible for storing view rendering information, bound events and bound data.

Implementers
Annotations
  • @JsonSerializable()

Constructors

FLDyUnitModel({String? uniqueId, String? unitName, String? flex, FLDyUnitAlign? align, FLDyUnitPositioned? positioned, FLDyUnitModel? child, List<FLDyUnitModel>? children})
FLDyUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
final
child FLDyUnitModel?
final
children List<FLDyUnitModel>?
final
flex String?
final
hashCode int
The hash code for this object.
no setterinherited
positioned FLDyUnitPositioned?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueId String?
final
unitName String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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