codeRepository constant
IRI for schemahttp:codeRepository [Expects: http://schema.org/URL]
Link to the repository where the un-compiled, human readable code and related code is located (SVN, GitHub, CodePlex).
Can be used on: http://schema.org/SoftwareSourceCode
Implementation
static const codeRepository = IriTerm.prevalidated(
'http://schema.org/codeRepository',
);