menu
messenger
domain/model/ongoing_call.dart
OngoingCall
caller property
caller
dark_mode
light_mode
caller
property
User
?
get
caller
User
that started this
OngoingCall
.
Implementation
User? get caller => call.value?.author;
messenger
ongoing_call
OngoingCall
caller property
OngoingCall class