$Shared06 constructor

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

Implementation

$Shared06({this.name, this.value});