AudioNativeProjectSettingsResponseModel constructor
const
AudioNativeProjectSettingsResponseModel({})
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,
});