isCreation property

bool get isCreation

Determines if this represents a field creation (insert scenario).

Implementation

bool get isCreation => oldValue == null && newValue != null;