CustomLocatorFunction constructor

const CustomLocatorFunction({
  1. bool includeInLocator = true,
  2. bool includeInTestLocator = true,
})

Implementation

const CustomLocatorFunction(
    {this.includeInLocator = true, this.includeInTestLocator = true});