mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
IAuth
This commit is contained in:
@@ -14,6 +14,7 @@ class FactoryEntry<T> {
|
||||
final Function instanceCreator;
|
||||
final Function arrayCreator = () => <T>[];
|
||||
final RepresentationType representationType;
|
||||
final Function mapCreator = () => Map<T, dynamic>();
|
||||
|
||||
bool isMapKeySubType(Map map) {
|
||||
return map is Map<T, dynamic>;
|
||||
|
||||
Reference in New Issue
Block a user