equal method

bool equal(
  1. String? str
)

return true if the are equals with case matching

Implementation

bool equal(String? str) => _Parser(this).equal(str);