checkIfValueType property

  1. @Deprecated('has no use, will be removed in future')
bool checkIfValueType
getter/setter pair

This library requires the state type to either be a primitive or override == operator. Set this to false if you manually override ==.

Implementation

@Deprecated('has no use, will be removed in future')
static bool checkIfValueType = false;