get<T extends Component> method

T get<T extends Component>()

Implementation

@pragma('vm:prefer-inline')
T get<T extends Component>() {
  return _archetype.components[_columns[_typeIndices[T]!]][_row] as T;
}