menu
deeplynks package
documentation
deeplynks_model.dart
LinkModel
LinkModel.new const constructor
LinkModel.new const constructor
dark_mode
light_mode
LinkModel
constructor
const
LinkModel
(
{
required
String
?
oldLink
,
required
String
?
customLink
,
required
String
defaultLink
,
})
Implementation
const LinkModel({ required this.oldLink, required this.customLink, required this.defaultLink, });
deeplynks package
documentation
deeplynks_model
LinkModel
LinkModel.new const constructor
LinkModel class