fromKey static method

Date? fromKey(
  1. String key
)

Convert a unique id to Date

Implementation

static Date? fromKey(String key) => tryParse(key, format: 'yyyy-MM-dd');