ControlFunctions.fromJson constructor
ControlFunctions.fromJson(
- String source
Implementation
factory ControlFunctions.fromJson(String source) =>
ControlFunctions.fromMap(json.decode(source));
factory ControlFunctions.fromJson(String source) =>
ControlFunctions.fromMap(json.decode(source));