isReady property

bool get isReady

聚合页是否已准备就绪

Implementation

bool get isReady => _homeId != null && _homeId!.isNotEmpty;