AppConfig class

Main application configuration containing all GitHub repository configurations.

This class holds the list of GitHub repositories that contain Mason bricks and can be loaded from a TOML configuration file.

Constructors

AppConfig({required List<GitHubRepoConfig> repos})
Creates a new AppConfig instance.
AppConfig.fromMap(Map<String, dynamic> map)
Creates an AppConfig from a map (typically from a TOML document).
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
repos List<GitHubRepoConfig>
List of configured GitHub repositories containing Mason bricks.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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