DeleteEvent class
DELETE request.
Constructors
-
DeleteEvent({required String url, Map<
String, dynamic> ? queryParams, Map<String, String> ? headers, CachePolicy cachePolicy = CachePolicy.networkOnly, bool retryable = true, int? maxAttempts, dynamic decode(dynamic raw)?, String? scope, String? variant, RequestKey? keyOverride, Set<String> ? groupsToRebuild})
Properties
- cachePolicy → CachePolicy
-
final
- decode → dynamic Function(dynamic raw)?
-
final
-
groupsToRebuild
↔ Set<
String> ? -
The set of widget rebuild groups this event should trigger.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ Map<
String, String> ? -
final
- keyOverride → RequestKey?
-
final
- maxAttempts → int?
-
final
-
queryParams
→ Map<
String, dynamic> ? -
final
- retryable → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → String?
-
final
- url → String
-
final
- variant → String?
-
final
Methods
-
close(
) → Future< void> -
Called when the event is disposed.
inherited
-
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