DSLInfo class

Constructors

DSLInfo({required String type, required Map<String, dynamic>? dataRelation, required String childDSL})
DSLInfo.fromDSL(String dsl)
factory
DSLInfo.fromMap(Map widgetJson)
factory

Properties

childDSL String
final
dataRelation Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

getDataChildDSL(Map<String, dynamic> data) String
通过关系表替换 childDSL 中的标记为真实数据,这样解析出来组件就带真实数据了
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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