Manifest class

Constructors

Manifest({ConfigFile? config, String? expandedConfig, String? id, List<ImportFile>? imports, String? insertTime, String? layout, String? manifestSizeBytes, String? manifestSizeLimitBytes, String? name, String? selfLink})
Manifest.fromJson(Map json_)

Properties

config ConfigFile?
The YAML configuration for this manifest.
getter/setter pair
expandedConfig String?
The fully-expanded configuration file, including any templates and references.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
imports List<ImportFile>?
The imported files for this manifest.
getter/setter pair
insertTime String?
Creation timestamp in RFC3339 text format.
getter/setter pair
layout String?
The YAML layout for this manifest.
getter/setter pair
manifestSizeBytes String?
The computed size of the fully expanded manifest.
getter/setter pair
manifestSizeLimitBytes String?
The size limit for expanded manifests in the project.
getter/setter pair
name String?
The name of the manifest.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Self link for the manifest.
getter/setter pair

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