Json2DartConfig constructor
const
Json2DartConfig({
- bool isApi = true,
- bool isEndpoint = true,
- bool isUnitTest = false,
- bool isOnlyUnitTest = false,
- bool isReplace = false,
- bool isFormat = true,
- bool isCubit = true,
- String? featureName,
- String? pageName,
- String? appsName,
- String bodyDateFormat = '.toIso8601String()',
- String responseDateFormat = '.toIso8601String()',
Implementation
const Json2DartConfig({
this.isApi = true,
this.isEndpoint = true,
this.isUnitTest = false,
this.isOnlyUnitTest = false,
this.isReplace = false,
this.isFormat = true,
this.isCubit = true,
this.featureName,
this.pageName,
this.appsName,
this.bodyDateFormat = '.toIso8601String()',
this.responseDateFormat = '.toIso8601String()',
});