bundleAlias property

Map<String, String>? bundleAlias
final

Remote or local bundle assets. The key should be unique tag name while value represent binary resource for layout, such as assets path or url.

Implementation

final Map<String, String>? bundleAlias;