ScriptId.fromJson constructor

ScriptId.fromJson(
  1. String value
)

Implementation

factory ScriptId.fromJson(String value) => ScriptId(value);