File constructor
File(
- List<
Object> fileBits, - String fileName, [
- FilePropertyBag? options
Implementation
factory File(
_i2.List<_i2.Object> fileBits,
_i2.String fileName, [
_i3.FilePropertyBag? options,
]) =>
_i4.callConstructor(
_declaredFile,
[
fileBits,
fileName,
options ?? _i6.undefined,
],
);