static ScriptRef? parse(Map<String, dynamic>? json) => json == null ? null : ScriptRef._fromJson(json);