Type.fromValue constructor

Type.fromValue(
  1. Value v
)

Implementation

factory Type.fromValue(Value v) =>
    Type(v.displayName, v.language, v.active, v.version, v.urn);