InvalidatedEventBody class

Inheritance

Constructors

InvalidatedEventBody({List<String>? areas, int? stackFrameId, int? threadId})
InvalidatedEventBody.fromMap(Map<String, Object?> obj)

Properties

areas → List<String>?
Set of logical areas that got invalidated. This property has a hint characteristic: a client can only be expected to make a 'best effort' in honoring the areas but there are no guarantees. If this property is missing, empty, or if values are not understood, the client should assume a single value all.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stackFrameId → int?
If specified, the client only needs to refetch data related to this stack frame (and the threadId is ignored).
final
threadId → int?
If specified, the client only needs to refetch data related to this thread.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

canParse(Object? obj) → bool
override
fromJson(Map<String, Object?> obj) → InvalidatedEventBody