maxDefinedSize property

double maxDefinedSize

Implementation

double get maxDefinedSize {
  return math.max(1, math.max(0, 0));
}