errorName property

  1. @protected
  2. @override
String errorName
override

A protected value for the sub classes to change the errorName for the toString function.

Implementation

@protected
@override
String get errorName => "UserCancelledDialogError";