maxTotalSize property

int maxTotalSize

Implementation

int get maxTotalSize =>
    int.parse(optionSet['maxTotalSize'].valueAt(context) ?? '0');