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