names property

Implementation

static core.Map<DvlRejectionBitfieldType, String> get names =>
    <DvlRejectionBitfieldType, String>{
      typeGv: '''Ground velocity''',
      typeWv: '''Water velocity''',
    };