TestScriptParam3.fromJson constructor

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

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

Implementation

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