key property

  1. @override
String key
inherited

An identifer for the exception. Default to the class's runtimeType.

Implementation

@override
String get key => runtimeType.toString();