InternalLinkTypeInstantView constructor

InternalLinkTypeInstantView({
  1. required String url,
  2. required String fallbackUrl,
})

Implementation

InternalLinkTypeInstantView({required this.url, required this.fallbackUrl});