mc_launcher
properties_format
Properties
saveToFile method
saveToFile
mc_launcher
properties_format
Properties
saveToFile 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
saveToFile
method
Future
<
File
>
saveToFile
(
String
file
)
Implementation
Future<File> saveToFile(String file) { return File(file).writeAsString(this.toString()); }