hasBytes property

bool hasBytes

Indicates whether the byteArray property is not null.

Implementation

bool get hasBytes => byteArray != null;