ContextData class

ContextData

{ "name": String "explicitFileCount": int "implicitFileCount": int "workItemQueueLength": int "cacheEntryExceptions": List

Clients may not extend, implement or mix-in this class.

Constructors

ContextData(String name, int explicitFileCount, int implicitFileCount, int workItemQueueLength, List<String> cacheEntryExceptions)
ContextData.fromJson(JsonDecoder jsonDecoder, String jsonPath, Object? json)
factory

Properties

cacheEntryExceptions List<String>
Exceptions associated with cache entries.
getter/setter pair
explicitFileCount int
Explicitly analyzed files.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
implicitFileCount int
Implicitly analyzed files.
getter/setter pair
name String
The name of the context.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workItemQueueLength int
The number of work items in the queue.
getter/setter pair

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
override