CodeBlockMeta constructor
Creates a CodeBlockMeta instance.
Implementation
const CodeBlockMeta({
this.language,
this.filename,
this.isInline = false,
});
Creates a CodeBlockMeta instance.
const CodeBlockMeta({
this.language,
this.filename,
this.isInline = false,
});