getItem method

KLineEntity getItem(
  1. int position
)

Implementation

KLineEntity getItem(int position) {
  return data![position];
}