thumbnail property

LoadableImage? thumbnail
latefinal

The thumbnail image of the user.

If it is "null", there is no image. Otherwise, the image needs to be loaded using LoadableImage.load.

Implementation

late final LoadableImage? thumbnail;