isBinary property

  1. @override
bool get isBinary

Returns true if the marshalled data is binary for this codec.

If this function returns false, the data returned from Marshal and MarshalStable are considered valid text and may be used in contexts where text is expected.

Implementation

@override
bool get isBinary => false;