shouldInit abstract method

bool shouldInit(
  1. covariant InitBuilder<T> other
)

Returns true if the value should be re-initialized after a rebuild.

Implementation

bool shouldInit(covariant InitBuilder<T> other);