RedirectlyAppInstallLink constructor

const RedirectlyAppInstallLink({
  1. required String slug,
  2. required String? target,
  3. required String url,
  4. required DateTime createdAt,
  5. Map<String, dynamic>? metadata,
})

Implementation

const RedirectlyAppInstallLink({
  required this.slug,
  required this.target,
  required this.url,
  required this.createdAt,
  this.metadata,
});