defaultState property
This override is used to determine the default value among the possible states according to the choosen data type. This value will be used when the parsing process finds string states that don't match to any possible states, and also while trying to retrieve the state of features that don't exist in the map or whose name don't match
Implementation
@override
get defaultState => FeatureState.hidden;