void f(dynamic sample) { if (sample.value! < 10) { print('thing!'); } }