isDefault property

bool get isDefault

Indicates whether this geographic area is in a default or empty state.

Checks if the geographic area contains default values that represent an uninitialized or empty state.

Returns

  • true when the area is in default/empty state, false otherwise.

Implementation

bool get isDefault;