isMocked property
Will be true on Android (starting from API lvl 18) when the location came from the mocked provider.
Will be true on iOS 15 and higher when flag isSimulatedBySoftware is true (otherwise false).
When not available the default value is false.
Implementation
final bool isMocked;