Assets constructor

Assets()

Singleton pattern

Implementation

factory Assets() => _this ??= Assets._();