trainIdx property

int get trainIdx

Implementation

int get trainIdx => ref.trainIdx;
set trainIdx (int value)

Implementation

set trainIdx(int value) => ref.trainIdx = value;