id static method

MemoId id(
  1. int id
)

Creates MemoId instance.

Implementation

static MemoId id(int id) {
  return MemoId(id);
}