ControlFunctions.fromJson constructor

ControlFunctions.fromJson(
  1. String source
)

Implementation

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