Page constructor
Page({})
Returns a new Page instance.
Implementation
Page({
required this.meta,
required this.channel,
this.links = const {},
this.root,
this.document,
this.page = const {},
});
Returns a new Page instance.
Page({
required this.meta,
required this.channel,
this.links = const {},
this.root,
this.document,
this.page = const {},
});