hasBytes property

bool get hasBytes

Indicates whether the byteArray property is not null.

Implementation

bool get hasBytes => byteArray != null;