id property
dynamic
get
id
Implementation
dynamic get id => jsObject.id;
set
id
(dynamic id)
Implementation
set id(dynamic id) {
jsObject.id = id;
}