ReceivedEnvelope constructor
ReceivedEnvelope({})
Implementation
ReceivedEnvelope({
required this.fromKpid,
required this.fromEnrollmentId,
required this.appNamespace,
required this.payload,
});
ReceivedEnvelope({
required this.fromKpid,
required this.fromEnrollmentId,
required this.appNamespace,
required this.payload,
});