fromAddress static method

String fromAddress(
  1. int address
)

Implementation

static String fromAddress(int address) {
  return fromPointer(Pointer.fromAddress(address).cast());
}