IExtraInfo.empty constructor
IExtraInfo.empty()
Implementation
factory IExtraInfo.empty() => IExtraInfo(
title: '-',
subtitle: '-',
success: false,
pourcent: 0,
status: '-',
);
factory IExtraInfo.empty() => IExtraInfo(
title: '-',
subtitle: '-',
success: false,
pourcent: 0,
status: '-',
);