BlobProperty constructor

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

Implementation

const BlobProperty({String? propertyName, bool required = false})
    : super(propertyName: propertyName, required: required, indexed: false);