$Option constructor

$Option({
  1. String? name,
  2. Map<String, Object?>? value,
})

Implementation

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