add method

void add (ItemIdentifyLanguageResult item)

Implementation

void add(ItemIdentifyLanguageResult item) {
  this._list.add(item);
}