Features constructor

Features({
  1. bool? isDemoUser,
  2. bool? hasCustomResolution,
  3. bool? hasQuickPlaysSupport,
  4. bool? isQuickPlaySingleplayer,
  5. bool? isQuickPlayMultiplayer,
  6. bool? isQuickPlayRealms,
})

Implementation

Features({
  this.isDemoUser,
  this.hasCustomResolution,
  this.hasQuickPlaysSupport,
  this.isQuickPlaySingleplayer,
  this.isQuickPlayMultiplayer,
  this.isQuickPlayRealms,
});