length property

int length

Implementation

int get length {
  return bytes == null ? 0 : bytes!.lengthInBytes;
}