DataSafetyRow constructor
const
DataSafetyRow({})
Implementation
const DataSafetyRow({
required this.line,
required this.questionId,
required this.responseId,
required this.responseValue,
required this.requirement,
required this.label,
});