succeeded property

bool succeeded

Gets a value indicating whether the match operation succeeded.

@return true if the match operation succeeded; otherwise, false.

Implementation

bool get succeeded => mismatchedNode == null;