using System.Collections.Generic; namespace FlutterCodeGenerator { internal interface IServiceMap { string GetServiceModelDartString(); string GetServiceDartString(); List UsedComplexModelTypeList { get; } } }