ScreenTypes constructor

ScreenTypes({
  1. int? create,
  2. int? default$,
  3. int? edit,
  4. int? view,
})

Implementation

ScreenTypes({this.create, this.default$, this.edit, this.view});