strictEquals method

  1. @override
bool strictEquals(
  1. JSValue other
)
override

Implementation

@override
bool strictEquals(JSValue other) => identical(this, other);