CreateLinkResult constructor
const
CreateLinkResult({})
Creates a link creation result
Implementation
const CreateLinkResult({
required this.url,
required this.shortCode,
required this.linkId,
this.deduplicated,
});
Creates a link creation result
const CreateLinkResult({
required this.url,
required this.shortCode,
required this.linkId,
this.deduplicated,
});