Value constructor

Value({
  1. required Coin coin,
})

Implementation

Value({
  required this.coin,
});