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