BuildModelConfig class
Config to generate the model. A subset of RawConfig.
Constructors
-
BuildModelConfig({required FallbackStrategy fallbackStrategy, required CaseStyle? keyCase, required CaseStyle? keyMapCase, required CaseStyle? paramCase, required StringInterpolation stringInterpolation, required List<
String> maps, required PluralAuto pluralAuto, required String pluralParameter, required List<String> pluralCardinal, required List<String> pluralOrdinal, required List<ContextType> contexts, required List<InterfaceConfig> interfaces})
Properties
-
contexts
→ List<
ContextType> -
final
- fallbackStrategy → FallbackStrategy
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
interfaces
→ List<
InterfaceConfig> -
final
- keyCase → CaseStyle?
-
final
- keyMapCase → CaseStyle?
-
final
-
maps
→ List<
String> -
final
- paramCase → CaseStyle?
-
final
- pluralAuto → PluralAuto
-
final
-
pluralCardinal
→ List<
String> -
final
-
pluralOrdinal
→ List<
String> -
final
- pluralParameter → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringInterpolation → StringInterpolation
-
final
Methods
-
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