ContextTransformationMixin mixin

Superclass Constraints

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
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
resolveBooleanValue({required String flagKey, required bool defaultValue, required EvaluationContext context, required FlagEvaluationOptions options}) Future<ResolutionDetails<bool>>
inherited
resolveNumberValue({required String flagKey, required num defaultValue, required EvaluationContext context, required FlagEvaluationOptions options}) Future<ResolutionDetails<num>>
inherited
resolveStringValue({required String flagKey, required String defaultValue, required EvaluationContext context, required FlagEvaluationOptions options}) Future<ResolutionDetails<String>>
inherited
resolveValue<T extends Object>({required String flagKey, required T defaultValue, required EvaluationContext context, required FlagEvaluationOptions options}) Future<ResolutionDetails<T>>
inherited
toString() String
A string representation of this object.
inherited
transformContext(EvaluationContext context) FutureOr<EvaluationContext>

Operators

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