empty static method

AdbMemoryInfo empty()

Create an empty AdbMemoryInfo (all values are)

Implementation

static AdbMemoryInfo empty() => AdbMemoryInfo(0, 0, 0, 0, 0, 0, 0, 0, 0);