PageViewModel constructor
PageViewModel({})
Implementation
PageViewModel({
required this.category,
this.subCategory,
this.sessionId,
this.userId,
this.device,
this.os,
this.lang,
});
PageViewModel({
required this.category,
this.subCategory,
this.sessionId,
this.userId,
this.device,
this.os,
this.lang,
});