InfoName.knownValue constructor

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

Implementation

const factory InfoName.knownValue({required KnownInfoName data}) =
    InfoNameKnownValue;