Attribute constructor
Attribute({
- String? name,
- RepeatedEnumAttributeValue? repeatedEnumValue,
- List<
UriAttributeValue> ? uriValues, - String? valueType,
- List<
Object?> ? values,
Implementation
Attribute({
this.name,
this.repeatedEnumValue,
this.uriValues,
this.valueType,
this.values,
});