Money constructor

Money(
  1. int value
)

Value in cents

Implementation

Money(int this.value);