menu
messenger
domain/model/ongoing_call.dart
OngoingCall
callChatItemId property
callChatItemId
dark_mode
light_mode
callChatItemId
property
ChatItemId
?
get
callChatItemId
ChatItemId
of this
OngoingCall
.
Implementation
ChatItemId? get callChatItemId => call.value?.id;
messenger
ongoing_call
OngoingCall
callChatItemId property
OngoingCall class