test property

  1. @override
TestCollective<dynamic, Collective> get test
override

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;
}