BackgroundModel constructor

const BackgroundModel({
  1. required String type,
})

Implementation

const BackgroundModel({required this.type});