id property

String? id

Implementation

String? get id => attrs['id'];
void id=(String? v)

Implementation

set id(String? v) => attrs['id'] = v;