GetInternalLink constructor

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

Returns an HTTPS or a tg: link with the given type. Can be called before authorization

Implementation

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