ViewParam constructor

ViewParam({
  1. int? viewId,
})

Implementation

ViewParam({
  this.viewId,
});