OneTimeLinkInfo constructor
OneTimeLinkInfo({})
Implementation
OneTimeLinkInfo({
required this.linkId,
required this.file,
required this.url,
required this.state,
required this.stateLabel,
this.callbackUrl,
required this.notify,
required this.created,
required this.downloaded,
});