ModelGenConfig(String dirArgument, String jsonPath) { if (dirArgument.isNotEmpty) { _dirArgument = dirArgument; } if (jsonPath.isNotEmpty) { _jsonPath = jsonPath; } }