binaryValue property

Uint8List? binaryValue
final

Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.

Implementation

final Uint8List? binaryValue;