$Shared07 constructor

$Shared07({
  1. String? currency,
  2. String? value,
})

Implementation

$Shared07({
  this.currency,
  this.value,
});