TMeUrl constructor

TMeUrl({
  1. required String url,
  2. TMeUrlType? type,
})

Implementation

TMeUrl({required this.url, this.type});