UInfoName.knownValue constructor

const UInfoName.knownValue({
  1. required KnownInfoName data,
})

Implementation

const factory UInfoName.knownValue({
  required KnownInfoName data,
}) = UInfoNameKnownValue;