GetInternalLink constructor

GetInternalLink({
  1. InternalLinkType? type,
  2. required bool isHttp,
})

Implementation

GetInternalLink({this.type, required this.isHttp});