main function

void main()

Implementation

void main() {
  List array = [];
  array.loop((value, index) {

  });
}