ScriptDto<INPUT, OUTPUT>.fromJson constructor
ScriptDto<INPUT, OUTPUT>.fromJson ()
Implementation
factory ScriptDto.fromJson(
Map<String, dynamic> json,
INPUT Function(Object? json) fromJsonINPUT,
OUTPUT Function(Object? json) fromJsonOUTPUT,
) => _$ScriptDtoFromJson(json, fromJsonINPUT, fromJsonOUTPUT);