BlobPropertyBag constructor

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

Implementation

/* ctor */ BlobPropertyBag({
  String? type,
  EndingType? endings,
});