computedByteSize property

int get computedByteSize

Implementation

int get computedByteSize => 8 + (locals.length * 2) + (evals.length * 2);