id property

int? get id

Implementation

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

Implementation

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