ProviderContext class

Context information about the provider that emitted the log.

Constructors

ProviderContext({required String providerName, required String providerType, List<String>? dependencies, Map<String, dynamic>? extra})
Creates a ProviderContext.
const

Properties

dependencies List<String>?
List of dependency names for the provider.
final
extra Map<String, dynamic>?
Additional extra metadata specific to the provider context.
final
hashCode int
The hash code for this object.
no setterinherited
providerName String
The name of the provider.
final
providerType String
The type of the provider.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited