mirror of
				https://github.com/esiur/esiur-dart.git
				synced 2025-10-30 23:31:36 +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;
 | |
| } |