FocusListDirective constructor
FocusListDirective()
Implementation
FocusListDirective(this._ngZone, @Attribute('role') String? role,
@Attribute('ignoreUpAndDown') String? ignoreUpAndDown)
: this.role = role ?? 'list',
this.ignoreUpAndDown =
attributeToBool(ignoreUpAndDown, defaultValue: false);