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