setId method

void setId(
  1. String? value
)

Implementation

void setId(String? value) {
  _id = value;
}