version - 0.7.0
trying to do bool isFillerEpisode = 'test'.contains("ssl-item-filler");
CompileError: Type mismatch: variable "isFillerEpisode is specified as type bool, but is initialized to an incompatible value of type int at unknown (file package:extenstions_test/main.dart)
#0 Compiler.compileSources (package:dart_eval/src/eval/compiler/compiler.dart:497:7)
#1 Compiler.compile (package:dart_eval/src/eval/compiler/compiler.dart:164:12)
#2 compilerEval (package:extenstions_test/extenstions_test.dart:80:28)
<asynchronous suspension>
#3 main (package:extenstions_test/extenstions_test.dart:179:20)
<asynchronous suspension>
version - 0.7.0 trying to do
bool isFillerEpisode = 'test'.contains("ssl-item-filler");