dart check if variable is list code example Example: dart check if variable is list if (myVar is List) { print("Yes"); }