thumbnail property
Photo?
get
thumbnail
Gets the thumbnail representation of the UserProfile photo if any, otherwise returns null.
Implementation
Photo? get thumbnail => _thumbnail;
Gets the thumbnail representation of the UserProfile photo if any, otherwise returns null.
Photo? get thumbnail => _thumbnail;