ValidationError.fromJson constructor

ValidationError.fromJson(
  1. String source
)

Implementation

factory ValidationError.fromJson(String source) => ValidationError.fromMap(json.decode(source));