@override String get id => getAttribute<String>('id') ?? super.id;
set id(String value) => setAttribute('id', value);