mixin

LibFiles

@Js
const mixin LibFiles

Access to file resources packaged with library.

methods get

Get a file in this library (treat this file as readonly)

isSupported

Return if this API is supported, will be false in browser environments

list

List resource files in this library

get abstract File? get(Uri uri, Bool checked)

Get a file in this library (treat this file as readonly)

isSupported abstract Bool isSupported()

Return if this API is supported, will be false in browser environments.

list abstract Uri[] list()

List resource files in this library.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST