isUpdate property

bool get isUpdate

Specifies, if this is an update with new data.

Implementation

bool get isUpdate => data != null;