zipOutput property

bool? zipOutput

Implementation

bool? get zipOutput => _zipOutput;
void zipOutput=(bool? val)

Implementation

set zipOutput(bool? val) => _zipOutput = val;