getMixed method

bool getMixed()

Returns the mixed of the matched Semantics via Widget.toDiagnosticsNode

Implementation

bool getMixed() {
  return getDiagnosticProp<bool>('mixed');
}