With the following code: ``` const dur = const Duration(seconds: 10); final val = dur.inSeconds; ``` Dart 1.23 (dartanalyzer) said "hint • The type of 'val' can't be inferred because of the use of the instance getter 'inSeconds'" > Note: there is no such issue in Dart 1.22.1