UProfileAssociatedChatAllowIncomingKnownValue constructor

const UProfileAssociatedChatAllowIncomingKnownValue({
  1. required KnownProfileAssociatedChatAllowIncoming data,
})

Implementation

const factory UProfileAssociatedChatAllowIncomingKnownValue(
        {required final KnownProfileAssociatedChatAllowIncoming data}) =
    _$UProfileAssociatedChatAllowIncomingKnownValueImpl;