mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 20:02:59 +00:00
8 lines
222 B
Dart
8 lines
222 B
Dart
class StructureComparisonResult
|
|
{
|
|
static const int Null = 0;
|
|
static const int Structure = 1;
|
|
static const int StructureSameKeys = 2;
|
|
static const int StructureSameTypes = 3;
|
|
static const int Same = 4;
|
|
} |