list in dart is same like python.
List items = ['Debanjan', '2020', 30]
To describe the datatype of the list:
List<String> items = ['Hello', 'Debanjan'] //Now this list must contain strings