Fixed constructor

const Fixed(
  1. int size
)

Creates a fixed constraint.

Implementation

const Fixed(
  this.size,
) : assert(size >= 0, 'Size must be non-negative');