void main(){ Map Sample = {"foo": "bar"}; Sample.forEach((key, value){ print("The Key is: '$key' for Value '$value'"); }); }