void checkState(bool condition, Object message) { if (!condition) { throw StateError('$message'); } }