id property

int? id

Implementation

int? get id => _$this._id;
void id=(int? id)

Implementation

set id(int? id) => _$this._id = id;