isCompatibleTo method

  1. @override
bool isCompatibleTo(
  1. NestedResult other
)
override

Checks whether this is compatible to the other nested result.

Implementation

@override
bool isCompatibleTo(NestedResult other) => this == other;