MBPProfile constructor

MBPProfile(
  1. bool news,
  2. bool products,
  3. bool media
)

Implementation

MBPProfile(this.news, this.products, this.media);