fromAddress abstract method

void fromAddress(
  1. int address,
  2. {bool allocated = false,
  3. bool deleted = false}
)

Implementation

void fromAddress(int address, {bool allocated = false, bool deleted = false});