Creates a page annotation with the given path.
path
The methods parameter defaults to ['GET'].
methods
['GET']
const Page({required this.path, this.methods = const ['GET']});