mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
1.4.0
This commit is contained in:
7
lib/src/Resource/FactoryEntry.dart
Normal file
7
lib/src/Resource/FactoryEntry.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class FactoryEntry {
|
||||
final Type type;
|
||||
final Function() instanceCreator;
|
||||
final Function() arrayCreator;
|
||||
|
||||
FactoryEntry(this.type, this.instanceCreator, this.arrayCreator);
|
||||
}
|
||||
Reference in New Issue
Block a user