Value constructor

Value(
  1. String? displayName,
  2. String? language,
  3. bool? active,
  4. String? version,
  5. String? urn,
)

Implementation

Value(this.displayName, this.language, this.active, this.version, this.urn);