length property

int length

Implementation

static int get length => _length!;
void length=(int x)

Implementation

static set length(int x) {
  _length = x;
}