DSLInfo.fromDSL constructor

DSLInfo.fromDSL(
  1. String dsl
)

Implementation

factory DSLInfo.fromDSL(String dsl) {
  return DSLInfo.fromMap(jsonDecode(dsl));
}