name property

String get name
inherited

The unique name of this Plugin. This property is referenced in various situations, such as when enabling or disabling the plugin, and when enabling or disabling the mock, and when communicating with Native code.

Implementation

String get name => runtimeType.toString();