ready property Null safety

Future<bool> ready

Is the storage initialized

Implementation

Future<bool> get ready => box.initStorage;