BlobProperty constructor

const BlobProperty({
  1. String? propertyName,
  2. bool required = false,
})

Implementation

const BlobProperty({super.propertyName, super.required})
    : super(indexed: false);