Fixed constructor

const Fixed(
  1. double size
)

Implementation

const Fixed(this.size) : assert(size > 0);