Position<I> constructor

const Position<I>({
  1. String? name,
})

Implementation

const Position({String? name}) : super(name);