parse method Null safety
override
    Implementation
static Script? parse(Map<String, dynamic>? json) =>
    json == null ? null : Script._fromJson(json);static Script? parse(Map<String, dynamic>? json) =>
    json == null ? null : Script._fromJson(json);