stringify property
inherited
If the value is true
, the toString
method will be overrided to print
the equatable props
.
Implementation
// ignore: avoid_returning_null
bool get stringify => null;
If the value is true
, the toString
method will be overrided to print
the equatable props
.
// ignore: avoid_returning_null
bool get stringify => null;