Entrypoint.fromJson constructor
Entrypoint.fromJson(
- Map json_
Implementation
Entrypoint.fromJson(core.Map json_)
: this(
shell: json_['shell'] as core.String?,
);
Entrypoint.fromJson(core.Map json_)
: this(
shell: json_['shell'] as core.String?,
);