How to take a numerical number and store in variable in Flutter
I want to take or extract the numerical digit number and store in variable. For example i have var data=18:00, so i want to take 18 and store in variable and similarly take 00 and store in another variable.