identical function Null safety
Check whether two references are to the same object.
Implementation
external bool identical(Object? a, Object? b);
Check whether two references are to the same object.
external bool identical(Object? a, Object? b);