getRoleIconUrl abstract method Null safety

String getRoleIconUrl(
  1. Snowflake roleId,
  2. String iconHash,
  3. String format,
  4. int size
)

Returns cdn url for given icon hash of role

Implementation

String getRoleIconUrl(Snowflake roleId, String iconHash, String format, int size);