stringValues constant

Map<DidcommProfiles, String> const stringValues

Implementation

static const Map<DidcommProfiles, String> stringValues = {
  DidcommProfiles.aip1: 'didcomm/aip1',
  DidcommProfiles.rfc19: 'didcomm/aip2;env=rfc19',
  DidcommProfiles.rfc587: 'didcomm/aip2;env=rfc587',
  DidcommProfiles.v2: 'didcomm/v2'
};