FlagdeckBatchRequestData class

Inheritance

Constructors

FlagdeckBatchRequestData.new({required List<String> flagKeys, String? apiKey, EvaluationContext? context, bool? enableOfflineMode, bool invalidateCache = false, dynamic onBeforeRequest()?, dynamic onSuccess(NetworkResponse)?, dynamic onError(DioException, dynamic)?})

Properties

apiKey String?
finalinherited
context EvaluationContext?
finalinherited
enableOfflineMode bool?
finalinherited
flagKeys List<String>
final
hashCode int
The hash code for this object.
no setterinherited
invalidateCache bool
finalinherited
onBeforeRequest → dynamic Function()?
finalinherited
onError → dynamic Function(DioException, dynamic)?
finalinherited
onSuccess → dynamic Function(NetworkResponse)?
finalinherited
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