stringify property

  1. @override
bool? get stringify

Disables automatic string representation of byte arrays.

Returns false to prevent printing large byte arrays in debug output.

Implementation

@override
bool? get stringify => false;