equals method

  1. @override
FutureOr<bool> equals(
  1. Object other
)
override

Implementation

@override
FutureOr<bool> equals(Object other) {
  return other is ASTValueNull;
}