Key constructor

Key({
  1. String? key,
})

Implementation

Key({
  this.key,
});