tinyUrl property

String? get tinyUrl

Implementation

String? get tinyUrl => superCompressedUrl ?? compressedUrl ?? url;