ValidJsonError constructor

ValidJsonError(
  1. String propertyName,
  2. String message
)

Implementation

ValidJsonError(this.propertyName, this.message) : super('validJson');