FdcValidationError constructor
const
FdcValidationError({})
Creates a FdcValidationError.
Implementation
const FdcValidationError({
required this.message,
this.fieldName,
this.recordId,
this.code,
});
Creates a FdcValidationError.
const FdcValidationError({
required this.message,
this.fieldName,
this.recordId,
this.code,
});