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