BlobPropertyBag constructor

BlobPropertyBag({
  1. EndingType? endings,
  2. String? type,
})

Implementation

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