FFTestFinder_ByText constructor
FFTestFinder_ByText({
- String? text,
Implementation
factory FFTestFinder_ByText({
$core.String? text,
}) {
final result = create();
if (text != null) result.text = text;
return result;
}