GetBackgroundUrl constructor
GetBackgroundUrl({
- required String name,
- BackgroundType? type,
Implementation
GetBackgroundUrl({required this.name, this.type});
GetBackgroundUrl({required this.name, this.type});