Attribute constructor

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

The Attribute constructor

Implementation

factory Attribute({
  required String key,
  String? value,
}) = _Attribute;