BlobPropertyBag constructor

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

Implementation

BlobPropertyBag({this.type, this.endings});