DeepLinkBannerInfo constructor

const DeepLinkBannerInfo({
  1. required String cwd,
  2. int? prefillLength,
  3. String? repo,
  4. DateTime? lastFetch,
})

Implementation

const DeepLinkBannerInfo({
  required this.cwd,
  this.prefillLength,
  this.repo,
  this.lastFetch,
});