userDefined property
An indication of whether the user defined this configuration option:
-
true
: This configuration option was defined by the user. It is a valid choice for specifying if this as anOption to Remove
when updating configuration settings. -
false
: This configuration was not defined by the user.
UserDefined
options from a
configuration.
Valid Values: true
| false
Implementation
final bool? userDefined;