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