Money constructor

const Money(
  1. int cents
)

Implementation

const Money(this.cents);