SimaiFile class
A wrapper for parsing Simai files
This class extracts key-value data from a maidata file. For simai chart serialization, use SimaiConvert
Constructors
- SimaiFile(String text)
- SimaiFile.fromFile(File file)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getValue(
String key) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toKeyValuePairs(
) → Iterable< MapEntry< String, String> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited