Posit<T> constructor
const
Posit<T> ({})
Implementation
const Posit(
{required this.key,
required this.fragment,
this.title,
this.icon,
this.permissions,
this.drawerTitle});