setId method

dynamic setId(
  1. String id
)

Implementation

setId(String id) {
  _id = id;
}