fromKey static method

Year? fromKey(
  1. String key
)

Convert a unique id to Year

Implementation

static Year? fromKey(String key) => tryParse(key, format: 'yyyy');