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