PLAIN constant

ScalarStyle const PLAIN

The plain scalar style, unquoted and without a prefix.

See http://yaml.org/spec/1.2/spec.html#style/flow/plain.

Implementation

static const PLAIN = ScalarStyle._('PLAIN');