thumbnailUrl property

String? thumbnailUrl

Implementation

String? get thumbnailUrl =>
    photoURL != null ? getThumbnailURL(photoURL!) : null;