token property

String get token

The matched part of the password.

Implementation

String get token => password.substring(start, end);