Answers for "flutter get the type of variable"

0

check data type flutter

selector.runtimeType // return data type of the variable

Example:
if (selector.runtimeType == int) print("Hello")
Posted by: Guest on April-25-2021
0

flutter var type

print(a.runtimeType)
Posted by: Guest on July-18-2021

Code answers related to "flutter get the type of variable"

Browse Popular Code Answers by Language