id property

String id

Implementation

String get id => _id ?? idFallback ?? "";
void id=(dynamic id)

Implementation

set id(id) => _id = id;