toUnsigned method

int toUnsigned(
  1. int width
)

Implementation

int toUnsigned(int width) => value.toUnsigned(width);