Ean constructor

const Ean(
  1. int n
)

Implementation

const Ean(this.n) : assert(n > 1);