showTypingIndicator property
bool
get
showTypingIndicator
Getter for typingIndicator value instead of accessing _showTypingIndicator.value
for better accessibility.
Implementation
bool get showTypingIndicator => _showTypingIndicator.value;