ptFromState static method

String? ptFromState(
  1. int fromL,
  2. List<bool> combinedStates,
  3. int maxColumn
)
override

Implementation

static String? ptFromState(int fromL, List<bool> combinedStates, int maxColumn) => BaseScreenContext.ptFromState(fromL, combinedStates, maxColumn);