Config class

Available extensions

Constructors

Config.new({required String from, required String to, required String mainLocale, required Set<String> supportedLocales})
const

Properties

from String
final
hashCode int
The hash code for this object.
no setterinherited
mainLocale String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedLocales Set<String>
final
to String
final

Methods

createProcessor() TranslationProcessor

Available on Config, provided by the TranslationProcessorCreation extension

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

Operators

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

Static Methods

load(String projectDir) Future<Config>