Filter constructor

Filter(
  1. String text
)

Implementation

Filter(String text) : map = loadYaml(text) as YamlMap?;