PythonCodeCondition.fromJson constructor

PythonCodeCondition.fromJson(
  1. Map json_
)

Implementation

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