FilePropertyBag constructor
Implementation
factory FilePropertyBag({
_i2.num? lastModified,
_i2.String? type,
_i3.Endings? endings,
}) =>
FilePropertyBag._(
lastModified: lastModified,
type: type,
endings: endings?.name ?? _i6.undefined,
);