Keys constructor

Keys({
  1. String? kind,
  2. String? key,
})

Implementation

Keys({this.kind, this.key});