ValidationError constructor
Creates a new instance of ValidationError.
Implementation
const ValidationError({
required this.message,
required this.field,
});
Creates a new instance of ValidationError.
const ValidationError({
required this.message,
required this.field,
});