SchemaFormatException constructor

const SchemaFormatException(
  1. String path,
  2. String message
)

Implementation

const SchemaFormatException(this.path, this.message);