value property

void value=(int? value)

Implementation

set value(final int? value) => set("&utt", value?.toString());