stringValues constant

Map<ReturnRouteValue, String> const stringValues

Implementation

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