getSize method

GetSizeResult getSize ()

Implementation

GetSizeResult getSize() {
  if (handle == null) {
    return const GetSizeResult(ZX.ERR_INVALID_ARGS);
  }

  return System.vmoGetSize(handle!);
}