StartVariable.fromRawJson constructor

StartVariable.fromRawJson(
  1. String str
)

Implementation

factory StartVariable.fromRawJson(String str) => StartVariable.fromJson(json.decode(str));