avatarUrl abstract method

String? avatarUrl(
  1. {String format = 'webp',
  2. int? size,
  3. bool animated = true}
)

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});