id property

int? id

Implementation

int? get id => _id;
void id=(int? id)

Implementation

set id(int? id) => _id = id;