Creates validation errors from a JSON-like map.
factory FormErrors.fromJson(Map<String, Object?> json) { return FormErrors.from(json); }