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