Parent constructor
const
Parent({
- required ParentType type,
- required String id,
Main constructor for the page parent.
This constructor require the parent id
and the type
of parent.
Possible types are defined by ParentType enum.
Implementation
const Parent({required this.type, required this.id});