id property

int? get id

Implementation

int? get id => get("id") as int;
set id (int? id)

Implementation

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