Method
isSet(name:)
Checks whether a feature has been explicitly set by name.
func isSet(name: String) -> Bool
Parameters
name-
The name of the feature to check.
Return Value
true if the feature has been set, false otherwise.
Method
Checks whether a feature has been explicitly set by name.
func isSet(name: String) -> Bool
nameThe name of the feature to check.
true if the feature has been set, false otherwise.