Properties constructor

Properties({
  1. String? name,
  2. String? value,
})

Implementation

Properties({this.name, this.value});