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