isReady property

bool get isReady

获取默认实例的数据库就绪状态(静态方法,向后兼容)

Implementation

static bool get isReady => _staticInstance.isDatabaseReady;