name property

  1. @override
String get name
override

Name of the testability. Defaults to the runtimeType.

Subclasses should redefine this. runtimeType is obsfucated when compiled.

Implementation

@override
String get name => this.toString();