GetInternalLink constructor
GetInternalLink({
- InternalLinkType? type,
- required bool isHttp,
Implementation
GetInternalLink({this.type, required this.isHttp});
GetInternalLink({this.type, required this.isHttp});