nothing<T> function

T? nothing<T>([
  1. Object? o
])

Implementation

T? nothing<T>([Object? o]) => null;