id property

String id

Implementation

String get id => _id;
void id=(String id)

Implementation

set id(String id) => _id = id;