Fixed constructor
- int size
Creates a fixed constraint.
Implementation
const Fixed(
this.size,
) : assert(size >= 0, 'Size must be non-negative');
Creates a fixed constraint.
const Fixed(
this.size,
) : assert(size >= 0, 'Size must be non-negative');