id property

int? id

Implementation

int? get id => get('id') as int;
void id=(int? id)

Implementation

set id(int? id) => set('id', id);