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