withElement method
Returns the enum value with an element attached
Implementation
TestReportActionResult withElement(Element? newElement) {
return TestReportActionResult._(
valueString: valueString,
element: newElement,
);
}
Returns the enum value with an element attached
TestReportActionResult withElement(Element? newElement) {
return TestReportActionResult._(
valueString: valueString,
element: newElement,
);
}