decode static method

Zone decode(
  1. String code
)

Implementation

static Zone decode(String code) => Zone.byCode(code);