else_ property

JsonSchema? else_
getter/setter pair

Schema that must be valid if the "if" schema is invalid.

Implementation

JsonSchema? else_;