PythonCodeCondition.fromJson constructor
PythonCodeCondition.fromJson(
- Map json_
Implementation
PythonCodeCondition.fromJson(core.Map json_)
: this(pythonCode: json_['pythonCode'] as core.String?);
PythonCodeCondition.fromJson(core.Map json_)
: this(pythonCode: json_['pythonCode'] as core.String?);