hasFrame property
Whether this data has a frame to show.
A Protobuf bytes
object is never null, only empty.
Implementation
bool get hasFrame => frame.isNotEmpty;
Whether this data has a frame to show.
A Protobuf bytes
object is never null, only empty.
bool get hasFrame => frame.isNotEmpty;