BaseFileContent constructor

BaseFileContent([
  1. Mapping? dict
])

Implementation

BaseFileContent([super.dict]) {
  _wrapper = TransportableFileWrapper.create(super.toMap());
}