amSave method

void amSave(
  1. dynamic id
)

to Save this object with an id;

Implementation

void amSave(id) => _stmem[id] = this;