Yml mixin

Implemented types
Mixin applications

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

getStrByYml(String assetPath, String target) Future<String>
引数のyamlパスと parent.child.itemのようなdot区切りの形式で指定された文字列を元に 値を文字列として取得し返す
getStringByYmlText(String ymlTxt, String target) String
引数のyaml文字列と parent.child.itemのようなdot区切りの形式で指定された文字列を元に 値を文字列として取得し返す
loadText(String assetPath) Future<String>
引数のアセットパスを元にファイルから文字列読み込みを行いテキストとして返す
inherited
loadYml(String assetPath) Future<YamlMap>
引数のアセットパスからyamlを読み込み YamlMap(package:yaml/yaml)形式で返す
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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