blob method

Use this as the body of a getter to declare a column that holds arbitrary data blobs, stored as an Uint8List. Example:

BlobColumn get payload => blob()();

Implementation

@protected
ColumnBuilder<Uint8List> blob() => _isGenerated();