when i want to use List constructor I get an error like this
checkList = List<.Check>();
"The default 'List' constructor isn't available when null safety is enabled. " What can I do to fix it?
when i want to use List constructor I get an error like this
checkList = List<.Check>();
"The default 'List' constructor isn't available when null safety is enabled. " What can I do to fix it?