names property

Implementation

static core.Map<CacheControlEnumOp, String> get names =>
    <CacheControlEnumOp, String>{
      copStore: '''Store''',
      copLoad: '''Load''',
      copClear: '''Clear''',
      copCopy: '''Copy Snapshot''',
      copCopyComplete: '''Snapshot Copy Complete''',
    };