values constant

Map<CapStyle, String> const values

Implementation

static const values = <CapStyle, String>{
  CapStyle.butt: 'butt',
  CapStyle.round: 'round',
  CapStyle.square: 'square',
};