Resources class
L3 skill resources loaded from references/assets/scripts directories.
Constructors
Properties
Methods
-
getAsset(
String assetId) → String? -
getReference(
String referenceId) → String? -
getScript(
String scriptId) → Script? -
listAssets(
) → List< String> -
listReferences(
) → List< String> -
listScripts(
) → List< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited