updateLastPrintedProperty property

bool? updateLastPrintedProperty

Implementation

bool? get updateLastPrintedProperty => _updateLastPrintedProperty;
void updateLastPrintedProperty=(bool? val)

Implementation

set updateLastPrintedProperty(bool? val) => _updateLastPrintedProperty = val;