errorName property

  1. @override
  2. @protected
String errorName
override

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

Implementation

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