Commit b4c967ab authored by Danny Tuppeny's avatar Danny Tuppeny Committed by Danny Tuppeny

Re-order columns

parent ed3807d0
......@@ -110,10 +110,10 @@ abstract class Emulator {
final List<List<String>> table = <List<String>>[];
for (Emulator emulator in emulators) {
table.add(<String>[
emulator.name ?? emulator.id ?? '',
emulator.id ?? '',
emulator.name ?? '',
emulator.manufacturer ?? '',
emulator.label ?? '',
emulator.id ?? '',
]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment