Items constructor

Items({
  1. String? key,
  2. String? value,
})

Implementation

Items({this.key, this.value}) : super(fullyQualifiedName);