splashUrl abstract method

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

URL to guild's splash. If guild doesn't have splash it returns null.

Implementation

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