iconUrl abstract method

String? iconUrl({
  1. String format = 'webp',
  2. int? size,
})

Returns URL to role icon.

Implementation

String? iconUrl({String format = 'webp', int? size});