menu
team_logger package
documentation
team_logger.dart
AsyncPublisherWithParamBase<Param extends Object?, Log extends CustomLog>
isClosed property
isClosed property
dark_mode
light_mode
isClosed
property
bool
get
isClosed
Whether
close
has been called.
Implementation
bool get isClosed => _closeFuture != null;
team_logger package
documentation
team_logger
AsyncPublisherWithParamBase<Param extends Object?, Log extends CustomLog>
isClosed property
AsyncPublisherWithParamBase class