size property Null safety

int size

Implementation

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