mapConventions top-level property

List<List<String>> mapConventions
getter/setter pair

Agreement on the map color format

Implementation

List<List<String>> mapConventions = [
  ['r', 'g', 'b', 'a'],
  ['x', 'y', 'z', 'a']
];