getStatePath static method

String? getStatePath(
  1. String code
)

Get state path by code.

Implementation

static String? getStatePath(String code) => states[code]?.$2;