optional method

B optional()

Implementation

B optional()  {
  nullable = true;

  var typeTest = tests[0];

  typeTest.stop = true;

  return this as B;
}