menu
ews package
documentation
Core/ServiceObjects/ServiceObject.dart
ServiceObject
IsDirty property
IsDirty property
dark_mode
light_mode
IsDirty
property
bool
get
IsDirty
Gets a value indicating whether the object has been modified and should be saved.
Implementation
bool get IsDirty { return this.PropertyBag.IsDirty; }
ews package
documentation
Core/ServiceObjects/ServiceObject
ServiceObject
IsDirty property
ServiceObject class