serialize method
Serializes this AssetId to an object that can be sent across isolates and passed to AssetId.deserialize.
Implementation
Object serialize() => [package, path];
Serializes this AssetId to an object that can be sent across isolates and passed to AssetId.deserialize.
Object serialize() => [package, path];