isBinary property

bool isBinary
getter/setter pair

Determines whether a value is stored as binary data If value of the key is blob (images, videos etc), the binary data is encoded to text and isBinary is set to true.

Implementation

bool isBinary = false;