mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-02 09:38:20 +00:00
package
This commit is contained in:
8
lib/src/Data/StructureMetadata.dart
Normal file
8
lib/src/Data/StructureMetadata.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
class StructureMetadata
|
||||
{
|
||||
|
||||
List<String> keys;
|
||||
List<int> types;
|
||||
|
||||
//const StructureMetadata(this.keys, this.types);
|
||||
}
|
||||
Reference in New Issue
Block a user