fromCode static method

IosCameraPosition fromCode(
  1. int code
)

Returns the position corresponding to the code.

Implementation

static IosCameraPosition fromCode(int code) => _codeToPosition[code]!;