all property

Map<String, String> get all

Returns all registered asset paths.

Implementation

Map<String, String> get all => Map.from(_assets);