isReady property

bool get isReady

卡片是否已准备就绪

Implementation

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