id property

String get id

Implementation

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

Implementation

set id(String id) {
  _id = id;
}