SubmitVPResponseMessage constructor
SubmitVPResponseMessage({})
Implementation
SubmitVPResponseMessage({
required this.id,
required this.from,
required this.to,
this.ack,
this.createdTime,
this.expiresTime,
required this.status,
}) {
id = id;
from = from;
to = to;
createdTime = createdTime;
expiresTime = expiresTime;
ack = ack;
status = status;
}