menu
hy package
documentation
hy.dart
EmptyStateExtensions
isHasMoreContent method
isHasMoreContent method
dark_mode
light_mode
isHasMoreContent
method
bool
?
isHasMoreContent
(
)
Implementation
bool? isHasMoreContent() => this is HasContent ? (this as HasContent).isHasMoreContent : null;
hy package
documentation
hy
EmptyStateExtensions
isHasMoreContent method
EmptyStateExtensions extension on
EmptyState