APIMeterCreate class
Factory methods for creating APIMeter instances. This is part of the meter.dart file to keep related code together. Factory class for creating APIMeter instances. This class is internal and should not be used directly by application code.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create(
{required String name, String? version, String? schemaUrl, Attributes? attributes}) → APIMeter - Creates a new APIMeter instance with the specified parameters. This is an implementation detail and should not be used directly. Use APIMeterProvider.getMeter() instead.