YamlModule class

Constructors

YamlModule()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

extractData(YamlMap yamlContent) Map<String, dynamic>
Validate a yaml file content using a validation schema.
load(String path) Future<YamlMap>
Load a yaml file into Yaml Map with content that are either maps or lists.
validate(YamlMap yamlContent, YamlValidationSchema schema) Future<void>
Validate a yaml file content using a validation schema.