2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-12-15 17:00:23 +00:00
Files
esiur-dart/bin/Data/ResourceComparisonResult.dart
2019-08-07 05:12:10 +03:00

7 lines
150 B
Dart

class ResourceComparisonResult
{
static const Null = 0;
static const Distributed = 1;
static const Local = 2;
static const Same = 3;
}