Configuration class

Constructors

Configuration.fromYaml(Map<String, dynamic> yaml)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isCompact bool
latefinal
outputDir String
final
outputExtension OutputExtension
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source DataSource
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
todo : 서비스별 toString
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) → dynamic