isBinary property
bool
get
isBinary
IsBinary can be set to hint that the contents are binary data.
Implementation
bool get isBinary =>
const fb.BoolReader().vTableGet(_bc, _bcOffset, 4, false);
IsBinary can be set to hint that the contents are binary data.
bool get isBinary =>
const fb.BoolReader().vTableGet(_bc, _bcOffset, 4, false);