values constant

List<SurfaceType> const values

List of all possible values in this SurfaceType.

Implementation

static const values = <SurfaceType>[
  unknown,
  asphalt,
  concrete,
  grass,
  dirt,
  gravel,
  dryLakebed,
  water,
  snow,
];