menu
ews package
documentation
ComplexProperties/Attachment.dart
Attachment
IsNew property
IsNew property
dark_mode
light_mode
IsNew
property
bool
get
IsNew
True if the attachment has not yet been saved, false otherwise.
Implementation
bool get IsNew => StringUtils.IsNullOrEmpty(this.Id);
ews package
documentation
ComplexProperties/Attachment
Attachment
IsNew property
Attachment class