indexOf method

int indexOf(
  1. String field
)

Implementation

int indexOf(String field) => _fieldIndices[field]!;