Yamller class

Constructors

Yamller()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(File file) Future<YamlMap>
parse file to YamlMap
toClass(YamlMap map, [bool isSub = false, String className = '']) → void
parse file classes
toString() String
generate codes
override

Operators

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