ARBWriter class

Responsible for writing ARBContent to a given file

Constructors

ARBWriter(ARBContent content, {required Logger logger})
const

Properties

content ARBContent
final
hashCode int
The hash code for this object.
no setterinherited
logger Logger
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
A string representation of this object.
inherited
writeToFile(String filePath) → void
filePath - absolute path to which content should be written to

Operators

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