USubscribedLabelInfo constructor

const USubscribedLabelInfo({
  1. required SubscribedLabelInfo data,
})

Implementation

const factory USubscribedLabelInfo(
    {required final SubscribedLabelInfo data}) = _$USubscribedLabelInfoImpl;