mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
package
This commit is contained in:
7
lib/src/Data/ResourceComparisonResult.dart
Normal file
7
lib/src/Data/ResourceComparisonResult.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class ResourceComparisonResult
|
||||
{
|
||||
static const Null = 0;
|
||||
static const Distributed = 1;
|
||||
static const Local = 2;
|
||||
static const Same = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user