isComplete property
bool
get
isComplete
Returns true
, if this is a completion event.
Implementation
bool get isComplete => false;
Returns true
, if this is a completion event.
bool get isComplete => false;