isBinary property

bool 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);