You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticStringm1(isNew, table, message) =>"${Intl.select(isNew, {'true':'Could not insert record into \'${table}\' table. ${message}','false':'Could not update record into \'${table}\' table. ${message}', })}";
And my analysis_options.yaml contains this unnecessary_string_interpolations: true. So I have a warnig about unnecessary string interpolation. Is it possible to ignore this in messages files or remove redundant string interpolation from Intl.select