Properties class

Constructors

Properties(List<PropertiesContent> contents)

Properties

contents ↔ List<PropertiesContent>
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

saveToFile(String file) → Future<File>
saveToFileSync(String file) → void
toMap() → Map<String, dynamic>
toString() → String
Returns a string representation of this object.
override
toTemplate() PropertiesTemplate
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Properties

parser PropertiesParser
read / write

Static Methods

decode(String properties) Properties
parse(String properties) Properties