kind property

  1. @override
CallNotificationKind get kind
override

Returns the CallNotificationKind of this CallNotification.

Implementation

@override
CallNotificationKind get kind => CallNotificationKind.connectionLost;