Flags constructor

Flags(
  1. bool? isDatacenter,
  2. bool? isNewBrowser
)

Implementation

Flags(this.isDatacenter, this.isNewBrowser);