UInfoNameKnownValue constructor

const UInfoNameKnownValue({
  1. required KnownInfoName data,
})

Implementation

const factory UInfoNameKnownValue({required final KnownInfoName data}) =
    _$UInfoNameKnownValueImpl;