RequestCloak class
Constructors
-
RequestCloak.new({required String url, required Map<
String, dynamic> data, required String whiteKey, required RequestCloakCallback requestCloakCallback})
Properties
- aPackageCall ↔ dynamic Function()?
-
getter/setter pair
- clockIsWhite ↔ bool
-
getter/setter pair
-
data
↔ Map<
String, dynamic> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestCloakCallback ↔ RequestCloakCallback
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String
-
getter/setter pair
- whiteKey ↔ String
-
getter/setter pair
Methods
-
init(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAPackageCloakCall(
dynamic call()) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited