InputWallPaperSlug constructor

const InputWallPaperSlug({
  1. required String slug,
})

Input Wall Paper Slug constructor.

Implementation

const InputWallPaperSlug({required this.slug}) : super._();