isUpdate property
bool
get
isUpdate
Specifies, if this is an update with new data.
Implementation
bool get isUpdate => data != null;
Specifies, if this is an update with new data.
bool get isUpdate => data != null;