DataSafetyRow class

One row of the declaration, as read.

Constructors

DataSafetyRow({required int line, required String questionId, required String responseId, required String responseValue, required String requirement, required String label})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
final
line int
1-based line in the file, for error messages. A 175 KB CSV is not a file anybody reads top to bottom, so a problem that cannot be located is a problem nobody fixes.
final
questionId String
final
requirement String
final
responseId String
final
responseValue String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited