AudioNativeProjectSettingsResponseModel constructor

const AudioNativeProjectSettingsResponseModel({
  1. required String title,
  2. required String image,
  3. required String author,
  4. required bool small,
  5. required String textColor,
  6. required String backgroundColor,
  7. required int sessionization,
  8. dynamic audioPath,
  9. dynamic audioUrl,
  10. AudioNativeProjectSettingsResponseModelStatus? status,
})

Implementation

const AudioNativeProjectSettingsResponseModel({
  required this.title,
  required this.image,
  required this.author,
  required this.small,
  required this.textColor,
  required this.backgroundColor,
  required this.sessionization,
  this.audioPath,
  this.audioUrl,
  this.status,
});