FilePropertyBag constructor

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

Implementation

external factory FilePropertyBag({
  String type,
  EndingType endings,
  int lastModified,
});