mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 20:02:59 +00:00
7 lines
150 B
Dart
7 lines
150 B
Dart
class ResourceComparisonResult
|
|
{
|
|
static const Null = 0;
|
|
static const Distributed = 1;
|
|
static const Local = 2;
|
|
static const Same = 3;
|
|
} |