stringify property

bool? stringify
inherited

If set to true, the toString method will be overridden to output this instance's props.

A global default value for stringify can be set using EquatableConfig.stringify.

If this instance's stringify is set to null, the value of EquatableConfig.stringify will be used instead. This defaults to false.

Implementation

// ignore: avoid_returning_null
bool? get stringify => null;