PublishSource enum

Defines the server-sided source a publish model should be retrieved from.

Inheritance

Constructors

PublishSource()
const

Values

publish → const PublishSource

The publish collection.

preview → const PublishSource

The previews collection.

template → const PublishSource

The templates collection.

Properties

apisCacheKey String
The cache key for the APIs.
no setter
conditionsCacheKey String
The cache key for the APIs.
no setter
fontsCacheKey String
The cache key for the font files.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isPreview bool
Whether this is the previews collection.
no setter
isPublish bool
Whether this is the publish collection.
no setter
isTemplate bool
Whether this is the templates collection.
no setter
mirroredServerPath String
The path to the mirrored or opposite collection.
no setter
modelCacheKey String
The cache key for the published model.
no setter
rootDataCollection String
The path to the data collection.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverPath String
The path to the publish model collection.
no setter
variablesCacheKey String
The cache key for the APIs.
no setter

Methods

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

Constants

values → const List<PublishSource>
A constant List of the values in this enum, in order of their declaration.