getModeNameAt method

String? getModeNameAt(
  1. Position pos
)

Return the name of the mode at the given position.

Implementation

String? getModeNameAt(Position pos) => getModeAt(pos)['name'];