key property

  1. @override
String key
override

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

Implementation

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