selected property

  1. @Input()
bool selected
getter/setter pair

Manually mark items selected.

Implementation

@Input()
bool selected = false;