MetaParam constructor
const
MetaParam({})
Implementation
const MetaParam({
required this.name,
required this.type,
required this.isRequired,
required this.isNamed,
required this.defaultValue,
required this.annotationsFor,
required this.literalValue,
});