item method

Map item (
  1. int index
)

Implementation

Map item(int index) {
  return convertNativeToDart_Dictionary(_item_1(index));
}