avatar property

  1. @BlobConverter()
Blob? get avatar
inherited

Small image to be displayed next to posts from account. AKA, 'profile picture'

Implementation

String? get pronouns; String? get website;/// Small image to be displayed next to posts from account. AKA, 'profile picture'
@BlobConverter() Blob? get avatar;