getStateName static method

String? getStateName(
  1. String code
)

Get state name by code.

Implementation

static String? getStateName(String code) => states[code]?.$1;