BaseFileContent constructor
BaseFileContent([
- Mapping? dict
Implementation
BaseFileContent([super.dict]) {
_wrapper = TransportableFileWrapper.create(super.toMap());
}
BaseFileContent([super.dict]) {
_wrapper = TransportableFileWrapper.create(super.toMap());
}