blob method

  1. @protected
ColumnBuilder<Uint8List> blob()

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();