Tagline constructor
Tagline({
- FieldMetadata? metadata,
- String? value,
Implementation
Tagline({
this.metadata,
this.value,
});
Tagline({
this.metadata,
this.value,
});