$Shared06 constructor

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

Implementation

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