Date constructor

Date({
  1. Key? key,
})

Implementation

Date({Key? key}) : super(key: key);