fromData static method
Implementation
static MsgDelegateFeedConsent fromData(MsgDelegateFeedConsentDataArgs data) {
return MsgDelegateFeedConsent(data.coperator!, data.cdelegate!);
}
static MsgDelegateFeedConsent fromData(MsgDelegateFeedConsentDataArgs data) {
return MsgDelegateFeedConsent(data.coperator!, data.cdelegate!);
}