PackageSettings class

Constructors

PackageSettings({required String inputFilepath, required String? outputFilepath, required List<String> supportedLocales})
Constructs a new instance of PackageSettings

Properties

hashCode int
The hash code for this object.
no setterinherited
inputFilepath String
final
outputFilepath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedLocales List<String>
final

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