length property

set length (int value)

Implementation

set length(int value) {
  this.value.length = value;
  set(this.value, force: true);
}