set method

void set(
  1. T item
)

Get the item data for the current locale.

Implementation

void set(T item) => setForLocale(currentLocale, item);