how to create an array of cutom model in dart code example
Example: how to get data from an array of objects in dart
list[index] , //index=value(your choice)
list.last , //fetch the last value in list
//if the list contains another list inside it... then use
list.last.value1, //value1 is a field inside it