FilePropertyBag constructor

FilePropertyBag({
  1. num? lastModified,
  2. EndingType? endings,
  3. String? type,
})

Implementation

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