isDropped property
bool
get
isDropped
Returns true if the call has been dropped.
Implementation
bool get isDropped => this == dropped;
Returns true if the call has been dropped.
bool get isDropped => this == dropped;