constructorName property

String constructorName

Discover factories within the class that rely on the provider. For example factory User.fromRest

Implementation

String get constructorName => 'from$providerName';