Country.fromValue constructor

Country.fromValue(
  1. Value v
)

Implementation

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