length property

int length

Implementation

int get length => this.data.alternative.length;
void length=(int value)

Implementation

set length(int value) => this.data.alternative.length = value;