PageArgSpec constructor
const
PageArgSpec(})
Creates a description of the argument stored under key.
Implementation
const PageArgSpec(
this.key,
this.kind, {
this.isRequired = false,
this.defaultValue,
this.options = const [],
});