IExtraInfo constructor
IExtraInfo({})
Implementation
IExtraInfo({
required this.title,
required this.subtitle,
required this.success,
required this.pourcent,
required this.status,
});
IExtraInfo({
required this.title,
required this.subtitle,
required this.success,
required this.pourcent,
required this.status,
});