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