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