test property
The validation rules for collection operations.
Defaults to always passing if not specified.
Implementation
@override
TestCollective get test {
try {
return record.test;
} catch(_) {}
return TestCollective.passed;
}
The validation rules for collection operations.
Defaults to always passing if not specified.
@override
TestCollective get test {
try {
return record.test;
} catch(_) {}
return TestCollective.passed;
}