hasBytes property
bool
get
hasBytes
Indicates whether the byteArray
property is not null.
Implementation
bool get hasBytes => byteArray != null;
Indicates whether the byteArray
property is not null.
bool get hasBytes => byteArray != null;