aves/lib/ref/iptc.dart
2021-11-22 12:27:40 +09:00

6 lines
No EOL
122 B
Dart

class IPTC {
static const int applicationRecord = 2;
// ApplicationRecord tags
static const int keywordsTag = 25;
}