ProjectCache class

Information about the cache for the build project.

Constructors

ProjectCache({required CacheType type, String? location, List<CacheMode>? modes})
ProjectCache.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
location String?
Information about the cache location:
final
modes List<CacheMode>?
An array of strings that specify the local cache modes. You can use one or more local cache modes at the same time. This is only used for LOCAL cache types.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CacheType
The type of cache used by the build project. Valid values include:
final

Methods

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

Operators

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