PropertiesLayout class

Layout manager for properties files.

Constructors

PropertiesLayout(List<Line> _lines)

Properties

hashCode int
The hash code for this object.
no setterinherited
layoutAsBytes List<int>
Get a layout as a List of chars ready to be written to a file.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(AddEvent event) → void
Append a new property. Event based.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(UpdateEvent event) → void
Update an existing property. Event based.

Operators

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