Global Variables

The following global variables are available globally.

  • A list of US states

    Declaration

    Swift

    let usStates: [StateValue]
  • A list of Canadian provinces that are currently supported by the app.

    Note

    This list is not exhaustive.

    Declaration

    Swift

    let canadianProvinces: [StateValue]

StateValue