getData method

  1. @override
IOSSystemContextMenuItemDataLookUp getData(
  1. WidgetsLocalizations localizations
)
override

Returns the representation of this class used by method channels.

Implementation

@override
IOSSystemContextMenuItemDataLookUp getData(WidgetsLocalizations localizations) {
  return IOSSystemContextMenuItemDataLookUp(title: title ?? localizations.lookUpButtonLabel);
}