ARBSettings class

A model representing ARB File parsing settings

Constructors

ARBSettings({String? outputDirectory})
Constructs a new instance of ARBSettings

Properties

hashCode int
The hash code for this object.
no setterinherited
outputDirectory String?
An optional directory for generated files.
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