isOctetStream property
bool
get
isOctetStream
Check if contentType is ContentTypes.ApplicationOctetStream
Implementation
bool get isOctetStream => contentType == ContentTypes.ApplicationOctetStream;
Check if contentType is ContentTypes.ApplicationOctetStream
bool get isOctetStream => contentType == ContentTypes.ApplicationOctetStream;