equals method Null safety
- Object other
 
Implementation
bool equals(Object other) => (identical(this, other) ||
    (DeepCollectionEquality().equals(this, other)));
bool equals(Object other) => (identical(this, other) ||
    (DeepCollectionEquality().equals(this, other)));