provider property

Provider<_ProviderImpl> provider

If a Provider was provided to the constructor, this is that provider. If a Signer was provided that had a Provider, this is that provider.

Implementation

Provider get provider => Provider._(impl.provider);