@pragma("vm:prefer-inline") Future<T> expect(String msg) { return then((option) => option.expect(msg)); }