Definition.of constructor

const Definition.of(
  1. String developer,
  2. String module,
  3. String definition,
  4. 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";