toString method

  1. @override
String toString()
override

Returns a string representation of this object.

Implementation

@override
String toString() =>
    "InteractionExpiredError: Interaction tokens are only valid for $_timeFrameString. It has been over $_timeFrameString and the token is now invalid.";