avatarUrl abstract method
The member's avatar, represented as URL. With given format
and size
.
If animated
is set as true
, if available, the url will be a gif, otherwise the format
or fallback to "webp".
Implementation
String? avatarUrl({String format = 'webp', int? size, bool animated = true});