maxDefinedSize property

double get maxDefinedSize

Implementation

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