thumbnail property
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;
The thumbnail image of the user.
If it is "null", there is no image. Otherwise, the image needs to be loaded using LoadableImage.load.
late final LoadableImage? thumbnail;