ServerAssetManager class
- Inheritance
-
- Object
- AssetManager
- ServerAssetManager
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
packs
→ Iterable<
MapEntry< String, SetonixData> > -
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createSignature(
[Set< String> ? packs]) → Map<String, SignatureMetadata> -
inherited
-
getBackground(
ItemLocation location) → BackgroundDefinition? -
inherited
-
getBackgroundItem(
ItemLocation location) → PackItem< BackgroundDefinition> ? -
inherited
-
getBoard(
ItemLocation location) → BoardDefinition? -
inherited
-
getBoardItem(
ItemLocation location) → PackItem< BoardDefinition> ? -
inherited
-
getDeck(
ItemLocation location) → DeckDefinition? -
inherited
-
getDeckItem(
ItemLocation location) → PackItem< DeckDefinition> ? -
inherited
-
getDownloadUrls(
String id) → List< String> ? -
override
-
getFigure(
ItemLocation location) → FigureDefinition? -
inherited
-
getFigureItem(
ItemLocation location) → PackItem< FigureDefinition> ? -
inherited
-
getPack(
String key) → SetonixData? -
override
-
getPackId(
String name) → String? -
getPackIdOrDefault(
String name) → String -
getPackIds(
) → Iterable< String> -
hasPack(
String key) → bool -
override
-
init(
{required Consoler< ConsoleProgram> console, bool verbose = false}) → Future<void> -
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