operator method

  1. @override
bool? operator(
  1. dynamic other
)

Implementation

@override
bool? operator(other) {
  return null;

  // compare this to other
}