DioLinkResponseContext class Null safety
Dio link Response Context
- Inheritance
-
- Object
- ContextEntry
- DioLinkResponseContext
- Annotations
Constructors
- DioLinkResponseContext({required int statusCode})
-
const
Properties
-
fieldsForEquality
→ List<
Object> -
List of values to be used for equality.
read-onlyoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- statusCode → int
-
Dio status code of the response
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object o) → bool -
The equality operator.
inherited