|
@@ -22,12 +22,12 @@ namespace FlutterCodeGenerator.Map
|
|
|
|
|
|
public NotificationServiceMap(Type notificationEnumType, List<Type> types)
|
|
|
{
|
|
|
+ ServiceName = "NotificationService";
|
|
|
_typeList = types;
|
|
|
UsedComplexModelTypeList = new List<ComplexModelType>();
|
|
|
GenerateDataCache.Instance.SetCurrentServiceMap(this);
|
|
|
_notificationModelTypeList = new List<ModelType>();
|
|
|
_notificationEnumModelType = (EnumModelType)ModelTypeGenerator.Create(notificationEnumType, notificationEnumType.Name, true);
|
|
|
- ServiceName = "NotificationService";
|
|
|
foreach (var type in _typeList)
|
|
|
{
|
|
|
try
|