FacetAttributeDefinition constructor
FacetAttributeDefinition({
- required FacetAttributeType type,
- TypedAttributeValue? defaultValue,
- bool? isImmutable,
- Map<
String, Rule> ? rules,
Implementation
FacetAttributeDefinition({
required this.type,
this.defaultValue,
this.isImmutable,
this.rules,
});