modified property

bool get modified

Flag indicates if location has been modified by user or not

Example:

// Check if location is modified
bool isModified = location.getModified();
print('Location modified: $isModified');

Implementation

bool get modified;