menu
pangrowth_content package
documentation
controller/drama_card_controller.dart
DramaCardController
isReady property
isReady property
dark_mode
light_mode
isReady
property
bool
get
isReady
卡片是否已准备就绪
Implementation
bool get isReady => _cardId != null && _cardId!.isNotEmpty;
pangrowth_content package
documentation
controller/drama_card_controller
DramaCardController
isReady property
DramaCardController class