MarkerIndices.fromData constructor

MarkerIndices.fromData(
  1. int from,
  2. int to
)

Implementation

MarkerIndices.fromData(int from, int to) {
  this.from = from;
  this.to = to;
}