Dart API Reference
dart:core
identical
identical
function
Check whether two references are to the same object.
bool
identical
(
Object
a
,
Object
b
)
Check whether two references are to the same object.