Information constructor

Information({
  1. required String key,
  2. required String value,
})

Implementation

Information({
  required this.key,
  required this.value,
});