ValidationError constructor
ValidationError({})
Returns a new ValidationError instance.
Implementation
ValidationError({
this.loc = const [],
required this.msg,
required this.type,
this.input,
this.ctx,
});
Returns a new ValidationError instance.
ValidationError({
this.loc = const [],
required this.msg,
required this.type,
this.input,
this.ctx,
});