BrickConfig class

Inheritance
Mixed in types
Implementers
Annotations
  • @JsonSerializable()

Constructors

BrickConfig({required String sourcePath, required StringOr<MasonBrickConfig>? masonBrickConfig, required Map<String, FileConfig>? fileConfigs, required Map<String, DirectoryConfig>? directoryConfigs, required Map<String, UrlConfig>? urlConfigs, required Map<String, PartialConfig?>? partialConfigs, required List<String>? exclude, required String? configPath})
factory
BrickConfig.fromJson(Map json, {required String? configPath})
factory
BrickConfig.self(BrickConfig self)

Properties

brick BrickConfig
no setterinherited
combine List<Iterable<(String, String)>>
no setteroverride
configPath String?
final
directoryConfigs Map<String, DirectoryConfig>?
final
exclude List<String>?
final
fileConfigs Map<String, FileConfig>?
final
hashCode int
The hash code for this object.
no setterinherited
isBrick bool
no setterinherited
isReference bool
no setterinherited
masonBrickConfig StringOr<MasonBrickConfig>?
final
partialConfigs Map<String, PartialConfig?>?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
reference BrickConfigReference
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourcePath String
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
urlConfigs Map<String, UrlConfig>?
final
variablesToProcess List
no setterinherited
vars Iterable<String>
no setterinherited
varsMap Set<(String, String)>
no setterinherited

Methods

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

Operators

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