BlobColumn typedef

BlobColumn = Column<Uint8List>

A column that stores arbitrary blobs of data as a Uint8List.

Implementation

typedef BlobColumn = Column<Uint8List>;