VPRequestMessage constructor
VPRequestMessage({})
Implementation
VPRequestMessage({
required this.id,
required this.from,
required this.to,
this.createdTime,
this.expiresTime,
required this.vcRequirements,
required this.challenge,
}) {
id = id;
from = from;
to = to;
createdTime = createdTime;
expiresTime = expiresTime;
vcRequirements = vcRequirements;
challenge = challenge;
}