PackageSettings class

A model representing package settings

Constructors

PackageSettings({required String inputFilepath, required String? outputDirectory, required String? filenamePrepend, CSVSettings? csvSettings})
Constructs a new instance of PackageSettings

Properties

csvSettings CSVSettings
A model of csv settings.
final
filenamePrepend String
Text to prepend to filename of generated files. Defaults to empty string.
final
hashCode int
The hash code for this object.
no setterinherited
inputFilepath String
The filepath for the input localization file. This must be supplied.
final
outputDirectory String
A directory for the generated files. Defaults to lib/l10n.
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
toString() String
Returns a String representation of the model.
override

Operators

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