mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 18:18:21 +00:00
1.4.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class ResourceComparisonResult
|
||||
{
|
||||
static const Null = 0;
|
||||
static const Distributed = 1;
|
||||
static const Local = 2;
|
||||
static const Same = 3;
|
||||
}
|
||||
class ResourceComparisonResult {
|
||||
static const Null = 0;
|
||||
static const Distributed = 1;
|
||||
static const Local = 2;
|
||||
static const Same = 3;
|
||||
static const Empty = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user