put method

void put(
  1. OBJ object
)

Insert or update the object.

Implementation

void put(OBJ object) => putAll([object]);