Flutter
dart:core
identical function
identical
dart:core library
Classes
BidirectionalIterator
BigInt
bool
Comparable
DateTime
Deprecated
double
Duration
Expando
Function
Future
int
Invocation
Iterable
Iterator
List
Map
MapEntry
Match
Null
num
Object
Pattern
pragma
Provisional
RegExp
RuneIterator
Runes
Set
Sink
StackTrace
Stopwatch
Stream
String
StringBuffer
StringSink
Symbol
Type
Uri
UriData
Constants
deprecated
override
provisional
proxy
Functions
identical
identityHashCode
print
Typedefs
Comparator
Exceptions
AbstractClassInstantiationError
ArgumentError
AssertionError
CastError
ConcurrentModificationError
CyclicInitializationError
Error
Exception
FallThroughError
FormatException
IndexError
IntegerDivisionByZeroException
NoSuchMethodError
NullThrownError
OutOfMemoryError
RangeError
StackOverflowError
StateError
TypeError
UnimplementedError
UnsupportedError
identical function
bool
identical
(
Object
a
,
Object
b
)
Check whether two references are to the same object.
Implementation
external bool identical(Object a, Object b);