values constant

Map<ReturnRouteValue, String> const values

Implementation

static const Map<ReturnRouteValue, String> values = {
  ReturnRouteValue.none: 'none',
  ReturnRouteValue.all: 'all',
  ReturnRouteValue.thread: 'thread'
};