Hold constructor

Hold(
  1. double? value,
  2. String? currency
)

Hold constructor

Implementation

Hold(this.value, this.currency);