getData method
- WidgetsLocalizations localizations
 
override
    Returns the representation of this class used by method channels.
Implementation
@override
IOSSystemContextMenuItemDataSearchWeb getData(WidgetsLocalizations localizations) {
  return IOSSystemContextMenuItemDataSearchWeb(
    title: title ?? localizations.searchWebButtonLabel,
  );
}