size property

int get size

Implementation

int get size {
  return !isValid ? -1 : bytes!.length;
}