List<ImageFile> get tempFiles { return ($$context$$['tempFiles'] as mpjs.JSArray) .value() .map((it) => ImageFile($$context$$: it)) .toList(); }