ConfigService class

Service for loading and managing asset_opt.yaml configuration.

Constructors

ConfigService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createDefaultConfig(String projectPath, {bool force = false}) Future<bool>
Creates a default asset_opt.yaml config file.
loadConfig(String projectPath) Future<ConfigLoadResult>
Loads configuration from asset_opt.yaml in the project root.
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