FileAs constructor

FileAs({
  1. FieldMetadata? metadata,
  2. String? value,
})

Implementation

FileAs({this.metadata, this.value});