$Shared15 constructor

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

Implementation

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