length property

int length

数据长度

Implementation

int get length {
  return data?.length ?? 0;
}