DSLInfo constructor

DSLInfo({
  1. required String type,
  2. required Map<String, dynamic>? dataRelation,
  3. required String childDSL,
})

Implementation

DSLInfo({
  required this.type,
  required this.dataRelation,
  required this.childDSL,
});