RegistryAccessor.value constructor
RegistryAccessor.value({})
Implementation
new value({
required this.name,
required this.valueType,
this.description,
this.choices,
this.defaultValue,
this.pattern,
}) : kind = 'value',
hidden = null,
options = null;