Records:
As a list ,set , map , record is also one type of the object in dart.
Where in other object we can store only one data type at one time , where in record we can save all four type of the data type in one object.
Like in record , I can save int , St...
jinali.hashnode.dev1 min read