codeSampleType constant
IRI for schema:codeSampleType [Expects: https://schema.org/Text]
What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.
Can be used on: https://schema.org/SoftwareSourceCode
Implementation
static const codeSampleType = IriTerm.prevalidated(
'https://schema.org/codeSampleType',
);