id property

int get id

Implementation

int get id => _id;
set id (int value)

Implementation

set id(int value) {
  _id = value;
}