mc_launcher
properties_format
Properties
saveToFileSync method
saveToFileSync
mc_launcher
properties_format
Properties
saveToFileSync method
Properties class
Constructors
Properties
Properties
contents
hashCode
runtimeType
Methods
saveToFile
saveToFileSync
toMap
toString
toTemplate
noSuchMethod
Operators
operator ==
Static properties
parser
Static methods
decode
parse
saveToFileSync
method
void
saveToFileSync
(
String
file
)
Implementation
void saveToFileSync(String file) { File(file).writeAsStringSync(this.toString()); }