Screen constructor

Screen(
  1. Type type,
  2. Icon icon
)

Implementation

Screen(this.type, this.icon)
    : name = type.toString(),
      route = "/${type.toString().toLowerCase()}";