quantity property

void quantity=(int? value)

Implementation

set quantity(final int? value) => _put("qt", value?.toString());