$Shared11 constructor

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

Implementation

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