shouldUseTypeForInitializerInference property

bool shouldUseTypeForInitializerInference
inherited

Implementation

bool get shouldUseTypeForInitializerInference {
  return hasModifier(Modifier.SHOULD_USE_TYPE_FOR_INITIALIZER_INFERENCE);
}
void shouldUseTypeForInitializerInference=(bool value)
inherited

Implementation

set shouldUseTypeForInitializerInference(bool value) {
  setModifier(Modifier.SHOULD_USE_TYPE_FOR_INITIALIZER_INFERENCE, value);
}