TestScriptVariable.fromJson constructor

TestScriptVariable.fromJson(
  1. Map<String, dynamic> json
)

Factory constructor, accepts Map<String, dynamic> as an argument

Implementation

factory TestScriptVariable.fromJson(Map<String, dynamic> json) =>
    _$TestScriptVariableFromJson(json);