setId method

void setId(
  1. String id
)

Implementation

void setId(String id) {
  properties['id'] = id;
}