isCreation property
bool
get
isCreation
Determines if this represents a field creation (insert scenario).
Implementation
bool get isCreation => oldValue == null && newValue != null;
Determines if this represents a field creation (insert scenario).
bool get isCreation => oldValue == null && newValue != null;