Definition.of constructor
const
Definition.of(
- String developer,
- String module,
- String definition,
- PropSchemaType propType,
Implementation
const Definition.of(
String developer, String module, String definition, this.propType)
: uri =
"mverse://schemas/$developer/$module/0.0.1/definitions.json#/definitions/$definition",
baseCode = "$developer.$module.definitions.$definition";