PageSample constructor

PageSample(
  1. String path,
  2. String _viewName
)

Implementation

PageSample(
  String path,
  this._viewName,
) : super(path);