isUpdate property

bool isUpdate

Specifies, if this is an update with new data.

Implementation

bool get isUpdate => data != null;