Update request_model.g.dart

This commit is contained in:
Ashita Prasad
2025-01-11 13:46:47 +05:30
parent a84af15f0d
commit ba532462e4

View File

@ -43,4 +43,5 @@ Map<String, dynamic> _$$RequestModelImplToJson(_$RequestModelImpl instance) =>
const _$APITypeEnumMap = {
APIType.rest: 'rest',
APIType.graphql: 'graphql',
};