iconURL abstract method

String? iconURL({
  1. String format = "webp",
  2. int size = 128,
})

The guild's icon, represented as URL. If guild doesn't have icon it returns null.

Implementation

String? iconURL({String format = "webp", int size = 128});